summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/apache2/patchwork.wsgi.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/apache2/patchwork.wsgi.conf b/lib/apache2/patchwork.wsgi.conf
index 52645bf..9f66df7 100644
--- a/lib/apache2/patchwork.wsgi.conf
+++ b/lib/apache2/patchwork.wsgi.conf
@@ -4,5 +4,5 @@ Alias /static/ /srv/patchwork/htdocs/static/
Allow from all
</Directory>
-WSGIScriptAlias / /srv/patchwork/lib/apache2/patchwork.wsgi
+WSGIScriptAlias / /srv/patchwork/patchwork/wsgi.py
WSGIPassAuthorization On