Commit | Line | Data |
---|---|---|
1 | #!/bin/sh | |
2 | ||
3 | # Change to the directory containing this script | |
4 | set -e | |
5 | cd "$(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. | |
10 | htparser plain:port=8080 -- dirplex -c ./wsgidir.rc . |