From: Fredrik Tolf Date: Thu, 2 Jan 2014 07:43:24 +0000 (+0100) Subject: etc: Added an explicit .wsgi2 extension in the Python configuration. X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=689d6a77a4c080389e1f7b1c0609d3b385354b8c etc: Added an explicit .wsgi2 extension in the Python configuration. --- diff --git a/etc/ashd/dirplex.d/python.rc b/etc/ashd/dirplex.d/python.rc index 7b7f0dd..602833f 100644 --- a/etc/ashd/dirplex.d/python.rc +++ b/etc/ashd/dirplex.d/python.rc @@ -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