]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
lib/apache2: Update location to wsgi python script stable/1.1
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 11 May 2017 23:25:30 +0000 (16:25 -0700)
committerStephen Finucane <stephen@that.guru>
Mon, 15 May 2017 09:09:19 +0000 (10:09 +0100)
Commit 8fe68d96f18e ("wsgi: Move wsgi file to expected location")
relocated lib/apache2/patchwork.wsgi to patchwork/wsgi.py but did not
update the Apache2 example configuration file under
lib/apache2/patchwork.wsgi.conf.

Fixes: 8fe68d96f18e ("wsgi: Move wsgi file to expected location")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Stephen Finucane <stephen@that.guru>
(cherry picked from commit 114ff6061d4005b2458e75da52f3a6cf4ae19bf5)

lib/apache2/patchwork.wsgi.conf

index 52645bf9dfd5251e4826d78a7ae7ca2830cef1c3..9f66df7ab9f73b0900048e6702f4b22b08d5ce01 100644 (file)
@@ -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