diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-02-07 13:17:07 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-02-07 13:17:07 +0000 |
commit | 04576b1caefe5c86eb046bccb36f0535d18801b3 (patch) | |
tree | ff9aa3fcecdc08b8755ef3589fd130fcb3b3a7fd /modules/buildsystem | |
parent | a1ec64e4a39405dec329393a2849bfcbda9c4025 (diff) | |
download | puppet-04576b1caefe5c86eb046bccb36f0535d18801b3.tar puppet-04576b1caefe5c86eb046bccb36f0535d18801b3.tar.gz puppet-04576b1caefe5c86eb046bccb36f0535d18801b3.tar.bz2 puppet-04576b1caefe5c86eb046bccb36f0535d18801b3.tar.xz puppet-04576b1caefe5c86eb046bccb36f0535d18801b3.zip |
Also switch to Apache 2.4 auth config for pkgsubmit
Diffstat (limited to 'modules/buildsystem')
-rw-r--r-- | modules/buildsystem/templates/vhost_webstatus.conf | 4 |
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> |