Merge branch 'master' into timeheap
[ashd.git] / examples / python / wsgidir / run
CommitLineData
8774cda2
FT
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.
ca92a4e5 10htparser plain:port=8080 -- dirplex -c ./wsgidir.rc .