summaryrefslogtreecommitdiff
path: root/www-apps/redmine/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
commitfeb0daf81d888e9160f9f94502de09b66f2a63fd (patch)
treeb6e5c40ce2abef3da27ed50a023153f475e0ddef /www-apps/redmine/files
parent9452a6e87b6c2c70513bc47a2470bf9f1168920e (diff)
gentoo resync : 21.06.2020
Diffstat (limited to 'www-apps/redmine/files')
-rw-r--r--www-apps/redmine/files/10_redmine_vhost.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/www-apps/redmine/files/10_redmine_vhost.conf b/www-apps/redmine/files/10_redmine_vhost.conf
index 33a117a91e52..3b67d93c2de0 100644
--- a/www-apps/redmine/files/10_redmine_vhost.conf
+++ b/www-apps/redmine/files/10_redmine_vhost.conf
@@ -5,8 +5,7 @@ Listen 3000
# RailsEnv production
<Directory "/var/lib/redmine/public">
Options FollowSymLinks
- Order allow,deny
- Allow from all
+ Require all granted
</Directory>
</VirtualHost>
</IfModule>