The allow all is not needed here anymore
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
697551fe32
commit
4b841972b3
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue