Jira Admin
unread,Sep 28, 2022, 8:11:37 AM9/28/22You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Dear all,
I have Jira behind an Apache reverse proxy.
We also use http to publish some icons and cdv files.
I would also like to publish a list created from a cronjob as html.
This works only once I comment a ForceType directive for the public folder:
DocumentRoot "/u01/data/httpd/www"
<Directory /u01/data/httpd/www>
Require all granted
</Directory>
<Location "/public">
# ForceType text/plain
</Location>
Question:
Is that a security problem? ( I haven't done the initial configuration.)
Background:
Server is not exposed to the internet
Role based access to the server is in place
Thanks and best regards,
Tobias