9 lines
126 B
Caddyfile
9 lines
126 B
Caddyfile
:80 {
|
|
root * /srv/web_build
|
|
try_files {path} /200.html
|
|
file_server
|
|
|
|
@health path /health
|
|
respond @health "ok" 200
|
|
}
|