CFloor/tests/test.conf

16 lines
201 B
Text
Raw Normal View History

2019-03-12 16:34:56 +00:00
bind 0.0.0.0:80 {
site {
hostname = example.com
root = /var/www
handler / {
type = file
index = index.html
}
}
}
2019-03-13 15:01:38 +00:00
logging {
access = access.log
server = server.log
verbosity = info
}