treebird/docs/sample/openhttpd.conf

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
}
}