remove caddyfile

This commit is contained in:
Mackie 2026-06-08 07:07:49 +08:00
parent c844558ae3
commit 423ce51857

View file

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