We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d433a commit 3732332Copy full SHA for 3732332
nginx.tmpl
@@ -158,7 +158,7 @@ server {
158
{{ end }}
159
160
{{ if (ne $https_method "noredirect") }}
161
- add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
+ add_header Strict-Transport-Security "max-age=31536000";
162
163
164
{{ if (exists (printf "/etc/nginx/vhost.d/%s" $host)) }}
0 commit comments