diff options
-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> |