CFloor/test.conf

11 lines
129 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
}
}
}