From 689d6a77a4c080389e1f7b1c0609d3b385354b8c Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Thu, 2 Jan 2014 08:43:24 +0100 Subject: [PATCH] etc: Added an explicit .wsgi2 extension in the Python configuration. --- etc/ashd/dirplex.d/python.rc | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.11.0