lib: Added environment-variable expansion for stdchild arguments.
[ashd.git] / etc / ashd / dirplex.d / python.rc
CommitLineData
7099f18b
FT
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
10
11match
12 filename *.wsgi3
13 xset python-handler chain
14 handler wsgidir3