CFloor/tests/test.conf
2021-04-29 23:01:27 +02:00

15 lines
194 B
Text

bind 0.0.0.0:80 {
site {
hostname = example.com
root = /
handler / {
type = file
index = index.html
}
}
}
logging {
access = access.log
server = server.log
verbosity = info
}