examples: setsid is now built into htparser.
[ashd.git] / examples / python / wsgidir / run
... / ...
CommitLineData
1#!/bin/sh
2
3# Change to the directory containing this script
4set -e
5cd "$(dirname "$0")"
6
7# Invoke dirplex running in this directory, loading the wsgidir.rc
8# configuration file. The same configuration can be put in
9# e.g. /etc/ashd/dirplex.d or in any .htrc file.
10htparser plain:port=8080 -- dirplex -c ./wsgidir.rc .