The allow all is not needed here anymore

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-05-29 12:11:36 +02:00
parent 697551fe32
commit 4b841972b3

View file

@ -33,6 +33,7 @@ WSGIDaemonProcess pagureproc user=pagure group=packager maximum-requests=1000 di
{% endif %}
<Location />
WSGIProcessGroup pagureproc
{% if env != "staging" %}
<IfModule mod_authz_core.c>
# Apache 2.4
Require all granted
@ -42,6 +43,7 @@ WSGIDaemonProcess pagureproc user=pagure group=packager maximum-requests=1000 di
Order deny,allow
Allow from all
</IfModule>
{% endif %}
</Location>
#</VirtualHost>