etc: Added an explicit .wsgi2 extension in the Python configuration.
authorFredrik Tolf <fredrik@dolda2000.com>
Thu, 2 Jan 2014 07:43:24 +0000 (08:43 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Thu, 2 Jan 2014 07:43:24 +0000 (08:43 +0100)
etc/ashd/dirplex.d/python.rc

index 7b7f0dd..602833f 100644 (file)
@@ -7,6 +7,10 @@ match
   filename *.wsgi
   xset python-handler chain
   handler wsgidir
+match
+  filename *.wsgi2
+  xset python-handler chain
+  handler wsgidir
 
 match
   filename *.wsgi3