diff options
| author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2015-04-14 18:51:58 +0000 |
|---|---|---|
| committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2015-04-14 18:51:58 +0000 |
| commit | 0bdeabc8d493ccc776cea9bfa8efe42e4f9e6387 (patch) | |
| tree | 1db6912b35d00c4952abcce22f28e742b8085f33 | |
| parent | 741c79947376e3571ba376904f27bb01feac1da2 (diff) | |
Revert "Add a Location tag for static"
Seems I trust people emailing too easily and should check who +1s better.
This reverts commit 741c79947376e3571ba376904f27bb01feac1da2.
| -rw-r--r-- | roles/mirrormanager/mirrorlist2/templates/mirrorlist-server.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/roles/mirrormanager/mirrorlist2/templates/mirrorlist-server.conf b/roles/mirrormanager/mirrorlist2/templates/mirrorlist-server.conf index adb518296..91800c5a5 100644 --- a/roles/mirrormanager/mirrorlist2/templates/mirrorlist-server.conf +++ b/roles/mirrormanager/mirrorlist2/templates/mirrorlist-server.conf @@ -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> |
