streaming-data-dashboard/Caddyfile
2026-06-07 23:25:28 +08:00

10 lines
No EOL
198 B
Caddyfile

:{$PORT:3000} {
log {
format json
}
rewrite /health /*
root * /app/dist
encode gzip
file_server
try_files {path} /index.html
}