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 df56c7e commit 7c1b0bcCopy full SHA for 7c1b0bc
install/deb/nginx/nginx.conf
@@ -116,7 +116,7 @@ http {
116
ssl_stapling_verify on;
117
resolver 1.0.0.1 1.1.1.1 valid=300s;
118
resolver_timeout 5s;
119
- add_header Strict-Transport-Security "max-age=31536000; includeSubDomains";
+ add_header Strict-Transport-Security "max-age=31536000";
120
add_header X-Frame-Options SAMEORIGIN;
121
add_header X-Content-Type-Options nosniff;
122
src/deb/nginx/nginx.conf
@@ -108,7 +108,7 @@ http {
108
109
location /error/ {
110
expires off;
111
- internal
+ internal;
112
}
113
114
location /rrd/ {
0 commit comments