Files
nats-svelte-demo/web/Caddyfile
2025-10-23 19:08:19 +07:00

9 lines
126 B
Caddyfile

:80 {
root * /srv/web_build
try_files {path} /200.html
file_server
@health path /health
respond @health "ok" 200
}