mirror of
https://github.com/sigmasternchen/CFloor
synced 2025-03-15 12:28:53 +00:00
15 lines
201 B
Text
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
|
|
}
|