12 lines
156 B
Text
12 lines
156 B
Text
|
|
:80 {
|
||
|
|
root * /srv
|
||
|
|
encode gzip
|
||
|
|
|
||
|
|
handle /health {
|
||
|
|
respond "ok" 200
|
||
|
|
}
|
||
|
|
|
||
|
|
try_files {path} {path}/index.html {path}/ /index.html
|
||
|
|
file_server
|
||
|
|
}
|