testing: Remove Apache config hacks for Debian wheezy
This commit is contained in:
+1
-7
@@ -9,13 +9,7 @@ WSGIPythonPath /var/www/tnc
|
||||
|
||||
<Directory /var/www/tnc/config>
|
||||
<Files wsgi.py>
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all granted
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</IfModule>
|
||||
Require all granted
|
||||
</Files>
|
||||
</Directory>
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Include sites-available/000-default.conf
|
||||
+1
-7
@@ -9,13 +9,7 @@ WSGIPythonPath /var/www/tnc
|
||||
|
||||
<Directory /var/www/tnc/config>
|
||||
<Files wsgi.py>
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all granted
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</IfModule>
|
||||
Require all granted
|
||||
</Files>
|
||||
</Directory>
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Include sites-available/000-default.conf
|
||||
Reference in New Issue
Block a user