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 %}
|
{% endif %}
|
||||||
<Location />
|
<Location />
|
||||||
WSGIProcessGroup pagureproc
|
WSGIProcessGroup pagureproc
|
||||||
|
{% if env != "staging" %}
|
||||||
<IfModule mod_authz_core.c>
|
<IfModule mod_authz_core.c>
|
||||||
# Apache 2.4
|
# Apache 2.4
|
||||||
Require all granted
|
Require all granted
|
||||||
|
@ -42,6 +43,7 @@ WSGIDaemonProcess pagureproc user=pagure group=packager maximum-requests=1000 di
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Allow from all
|
Allow from all
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
{% endif %}
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
#</VirtualHost>
|
#</VirtualHost>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue