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