This commit is contained in:
Mackie 2026-06-07 23:25:28 +08:00
parent 4c40725d25
commit 1e90e699d7

10
Caddyfile Normal file
View file

@ -0,0 +1,10 @@
:{$PORT:3000} {
log {
format json
}
rewrite /health /*
root * /app/dist
encode gzip
file_server
try_files {path} /index.html
}