mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 16:33:11 +08:00
12 lines
No EOL
167 B
Caddyfile
12 lines
No EOL
167 B
Caddyfile
{
|
|
log {
|
|
output stdout
|
|
level DEBUG
|
|
}
|
|
}
|
|
|
|
{$DOMAIN} {
|
|
reverse_proxy {$PROXY_BACKEND}:{$PROXY_PORT} {
|
|
header_down Strict-Transport-Security max-age=31536000;
|
|
}
|
|
} |