aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/buildsystem/templates/vhost_webstatus.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/templates/vhost_webstatus.conf b/modules/buildsystem/templates/vhost_webstatus.conf
index 4de14c17..7923590c 100644
--- a/modules/buildsystem/templates/vhost_webstatus.conf
+++ b/modules/buildsystem/templates/vhost_webstatus.conf
@@ -1,9 +1,9 @@
<Location /uploads>
- Allow from all
+ Require all granted
Options Indexes
</Location>
<Location /autobuild>
- Allow from all
+ Require all granted
Options Indexes
</Location>
<Directory /var/www/bs/autobuild>