Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3eb750
)
etc: Added an explicit .wsgi2 extension in the Python configuration.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 2 Jan 2014 07:43:24 +0000
(08:43 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 2 Jan 2014 07:43:24 +0000
(08:43 +0100)
etc/ashd/dirplex.d/python.rc
patch
|
blob
|
blame
|
history
diff --git
a/etc/ashd/dirplex.d/python.rc
b/etc/ashd/dirplex.d/python.rc
index
7b7f0dd
..
602833f
100644
(file)
--- 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