felicity-lims/services/caddy/proxy/Caddyfile
2024-01-28 15:17:16 +02:00

12 lines
173 B
Caddyfile

{
log {
output stdout
level DEBUG
}
}
{$SERVER_HOST} {
reverse_proxy {$PROXY_BACKEND}:{$PROXY_PORT} {
header_down Strict-Transport-Security max-age=31536000;
}
}