18 lines
277 B
Caddyfile
18 lines
277 B
Caddyfile
{
|
|
email {{TLS_EMAIL}}
|
|
}
|
|
|
|
{{PUBLIC_HOST}} {
|
|
encode zstd gzip
|
|
{{TLS_OPTIONS}}
|
|
|
|
header {
|
|
Strict-Transport-Security "max-age=31536000; includeSubDomains"
|
|
X-Content-Type-Options "nosniff"
|
|
Referrer-Policy "same-origin"
|
|
-Server
|
|
}
|
|
|
|
reverse_proxy 127.0.0.1:{{APP_PORT}}
|
|
}
|