treebird/docs/sample/openhttpd.conf
nekobit d4cd539019 Shorten OpenHTTPD example
FossilOrigin-Name: 3a32415027a7411ca7daac0f6b53261c4b20acf81005c9ef3196e04a36ce3298
2023-06-01 00:53:34 +00:00

8 lines
217 B
Plaintext

server "default" {
listen on * port 80
location match "/(.+).([pc]?[nsj][sg])" { root "htdocs/treebird" }
location match "^/.*$" {
fastcgi socket tcp localhost 4008
}
}