treebird/docs/sample/openhttpd.conf
nekobit 87586c6060 Fix paths, add debug, OpenHTTPD config
FossilOrigin-Name: 1aae905aee3907546c8cbe87a5990a6f09e9c91fb0dbcc064a06be5976fe01bb
2023-05-31 22:45:03 +00:00

11 lines
265 B
Plaintext

server "default" {
listen on * port 80
root "htdocs/treebird"
location "/*\.css" { root "htdocs/treebird" }
location "/*\.png" { root "htdocs/treebird" }
location "/js/*\.js" { root "htdocs/treebird" }
location "/*" {
fastcgi socket tcp localhost 4008
}
}