Files
linumiq-invoice/deploy/Caddyfile.snippet
T
2026-05-08 11:01:08 +02:00

9 lines
288 B
Caddyfile

# Append to your existing Caddyfile (or include via `import`).
# DNS A/AAAA record for invoice-app.linumiq.com must point to this server first,
# otherwise Caddy will fail to obtain a Let's Encrypt certificate.
invoice-app.linumiq.com {
encode zstd gzip
reverse_proxy 127.0.0.1:3000
}