aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2019-11-30 22:09:03 +0200
committerThomas Backlund <tmb@mageia.org>2019-11-30 22:09:03 +0200
commitb70e96301ad9e136643a659c589d8e3747ef57d4 (patch)
tree51c30d11736c3bfac1d4e5ffbcce6b5b821a172d /modules
parentc2ce5999a932e06027296a5e07eadb2e86763472 (diff)
downloadpuppet-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')
-rw-r--r--modules/bugzilla/templates/vhost.conf2
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>