From b70e96301ad9e136643a659c589d8e3747ef57d4 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 30 Nov 2019 22:09:03 +0200 Subject: bugzilla: fix vhost Dir --- modules/bugzilla/templates/vhost.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] - + Require all granted -- cgit v1.2.1