Merge branch 'master' into timeheap
[ashd.git] / etc / ashd / dirplex.d / python.rc
... / ...
CommitLineData
1child wsgidir
2 exec ashd-wsgi ashd.wsgidir
3child wsgidir3
4 exec ashd-wsgi3 ashd.wsgidir
5
6match
7 filename *.wsgi
8 xset python-handler chain
9 handler wsgidir
10match
11 filename *.wsgi2
12 xset python-handler chain
13 handler wsgidir
14
15match
16 filename *.wsgi3
17 xset python-handler chain
18 handler wsgidir3