CFloor/demo.conf

18 lines
217 B
Text
Raw Normal View History

2019-03-13 16:18:15 +00:00
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
}