mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 01:53:05 +08:00
Revert "Add a Location tag for static"
Seems I trust people emailing too easily and should check who +1s better.
This reverts commit 741c799473.
This commit is contained in:
@@ -52,15 +52,3 @@ WSGIScriptAlias /mirrorlist /usr/share/mirrormanager2/mirrorlist_client.wsgi
|
||||
Allow from all
|
||||
</IfModule>
|
||||
</Location>
|
||||
|
||||
<Location /static>
|
||||
<IfModule mod_authz_core.c>
|
||||
# Apache 2.4
|
||||
Require all granted
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_core.c>
|
||||
# Apache 2.2
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</IfModule>
|
||||
</Location>
|
||||
|
||||
Reference in New Issue
Block a user