mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
9 lines
292 B
Handlebars
9 lines
292 B
Handlebars
{{#if certificate}}
|
|
{{#if ssl_forced}}
|
|
{{#if hsts_enabled}}
|
|
# HSTS (ngx_http_headers_module is required) (63072000 seconds = 2 years)
|
|
add_header Strict-Transport-Security "max-age=63072000;{{#if hsts_subdomains}} includeSubDomains;{{/if}} preload" always;
|
|
{{/if}}
|
|
{{/if}}
|
|
{{/if}}
|