9 lines
288 B
Caddyfile
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
|
|
}
|