Files
hotschpotsh/Pottery-website/Caddyfile
2026-03-23 19:14:25 -05:00

11 lines
180 B
Caddyfile

{$SITE_HOST:localhost} {
encode zstd gzip
@api path /api/* /health
reverse_proxy @api backend:5000
root * /srv
try_files {path} /index.html
file_server
}