mirror of
https://github.com/sigmasternchen/CFloor
synced 2025-03-15 04:18:55 +00:00
17 lines
217 B
Text
17 lines
217 B
Text
bind 0.0.0.0:1337 {
|
|
site {
|
|
root = ./home/
|
|
handler / {
|
|
type = file
|
|
index = index.html
|
|
}
|
|
handler /cgi-bin/ {
|
|
type = cgi
|
|
}
|
|
}
|
|
}
|
|
logging {
|
|
access = access.log
|
|
server = server.log
|
|
verbosity = info
|
|
}
|