diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2020-06-15 13:54:43 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-06-15 13:57:15 +0300 |
commit | f41bc627b6b7c6a5618fd62d1f4e6075965d23e0 (patch) | |
tree | 42970a495055f722f797e8b19c319d18cf7fb1c3 /www-apps/redmine/files | |
parent | net-im/slack: version bump to 4.4.3, wrt 720134 (diff) | |
download | gentoo-f41bc627b6b7c6a5618fd62d1f4e6075965d23e0.tar.gz gentoo-f41bc627b6b7c6a5618fd62d1f4e6075965d23e0.tar.bz2 gentoo-f41bc627b6b7c6a5618fd62d1f4e6075965d23e0.zip |
www-apps/redmine: fixing bugs
Fixed bugs based on reports from Bugzilla:
* #724384 - changed file permissions for config.ru to redmine:redmine
* #724388 - updated Apache2's 10_redmine_vhost.conf to comply 2.4 syntax
* #724464 - relaxing rails version to ~>5.2.4
Closes: https://bugs.gentoo.org/724384
Closes: https://bugs.gentoo.org/724388
Closes: https://bugs.gentoo.org/724464
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-apps/redmine/files')
-rw-r--r-- | www-apps/redmine/files/10_redmine_vhost.conf | 3 |
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>
|