10 lines
No EOL
198 B
Caddyfile
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
|
|
} |