aboutsummaryrefslogtreecommitdiffstats
path: root/testing/patchwork/patchwork.wsgi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/patchwork/patchwork.wsgi.conf')
-rw-r--r--testing/patchwork/patchwork.wsgi.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/patchwork/patchwork.wsgi.conf b/testing/patchwork/patchwork.wsgi.conf
deleted file mode 100644
index 2efd67460e..0000000000
--- a/testing/patchwork/patchwork.wsgi.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-<IfModule mod_alias.c>
- Alias /images/ "/usr/share/webapps/patchwork/htdocs/images/"
- Alias /css/ "/usr/share/webapps/patchwork/htdocs/css/"
- Alias /js/ "/usr/share/webapps/patchwork/htdocs/js/"
- Alias /robots.txt "/usr/share/webapps/patchwork/htdocs/robots.txt"
- <Directory "/usr/share/webapps/patchwork/htdocs">
- Order allow,deny
- Allow from all
- </Directory>
-
- Alias /static/admin/ "/usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/"
-
- <Directory "/usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/">
- Order allow,deny
- Allow from all
- </Directory>
-</IfModule>
-
-WSGIScriptAlias / "/usr/share/webapps/patchwork/lib/apache2/patchwork.wsgi"
-WSGIPassAuthorization On
-