mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 08:23:00 +08:00
12 lines
173 B
Caddyfile
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;
|
|
}
|
|
}
|