Fix ordering of the locations
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
533698330c
commit
bee721ae25
1 changed files with 8 additions and 8 deletions
|
@ -13,14 +13,6 @@ WSGIPythonOptimize 1
|
|||
|
||||
WSGIScriptAlias /mirrormanager /var/www/mirrormanager2.wsgi
|
||||
|
||||
<Location /mirrormanager/xmlrpc>
|
||||
{% if mm2_checkin %}
|
||||
Require all granted
|
||||
{% else %}
|
||||
Require all denied
|
||||
{% endif %}
|
||||
</Location>
|
||||
|
||||
<Location />
|
||||
WSGIProcessGroup mirrormanager
|
||||
<IfModule mod_authz_core.c>
|
||||
|
@ -33,3 +25,11 @@ WSGIScriptAlias /mirrormanager /var/www/mirrormanager2.wsgi
|
|||
Allow from all
|
||||
</IfModule>
|
||||
</Location>
|
||||
|
||||
<Location /mirrormanager/xmlrpc>
|
||||
{% if mm2_checkin %}
|
||||
Require all granted
|
||||
{% else %}
|
||||
Require all denied
|
||||
{% endif %}
|
||||
</Location>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue