diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-11-30 22:09:03 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-11-30 22:09:03 +0200 |
commit | b70e96301ad9e136643a659c589d8e3747ef57d4 (patch) | |
tree | 51c30d11736c3bfac1d4e5ffbcce6b5b821a172d /modules/bugzilla | |
parent | c2ce5999a932e06027296a5e07eadb2e86763472 (diff) | |
download | puppet-b70e96301ad9e136643a659c589d8e3747ef57d4.tar puppet-b70e96301ad9e136643a659c589d8e3747ef57d4.tar.gz puppet-b70e96301ad9e136643a659c589d8e3747ef57d4.tar.bz2 puppet-b70e96301ad9e136643a659c589d8e3747ef57d4.tar.xz puppet-b70e96301ad9e136643a659c589d8e3747ef57d4.zip |
bugzilla: fix vhost Dir
Diffstat (limited to 'modules/bugzilla')
-rw-r--r-- | modules/bugzilla/templates/vhost.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/vhost.conf b/modules/bugzilla/templates/vhost.conf index b320285e..fd55e5f2 100644 --- a/modules/bugzilla/templates/vhost.conf +++ b/modules/bugzilla/templates/vhost.conf @@ -1,7 +1,7 @@ RewriteEngine On RewriteRule ^/([0-9]+)$ /show_bug.cgi?id=$1 [R=301,L] - <Directory /usr/share> + <Directory /usr/share/bugzilla> Require all granted </Directory> |