CFloor/tests/test.conf
2019-03-13 16:57:59 +01:00

15 lines
201 B
Text

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