CFloor/demo.conf
2019-03-13 17:18:15 +01:00

17 lines
217 B
Text

bind 0.0.0.0:1337 {
site {
root = ./home/
handler / {
type = file
index = index.html
}
handler /cgi-bin/ {
type = cgi
}
}
}
logging {
access = access.log
server = server.log
verbosity = info
}