mirror of
https://github.com/sigmasternchen/CFloor
synced 2025-03-15 12:28:53 +00:00
11 lines
129 B
Text
11 lines
129 B
Text
![]() |
bind 0.0.0.0:80 {
|
||
|
site {
|
||
|
hostname = example.com
|
||
|
root = /var/www
|
||
|
handler / {
|
||
|
type = file
|
||
|
index = index.html
|
||
|
}
|
||
|
}
|
||
|
}
|