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.
2 parents 480cbbf + 2f1e2b4 commit f5fc01bCopy full SHA for f5fc01b
snippets/ssl.conf
@@ -13,6 +13,6 @@ ssl_protocols TLSv1.2 TLSv1.3;
13
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384;
14
ssl_prefer_server_ciphers on;
15
16
-# HSTS (ngx_http_headers_module is required) (15768000 seconds = 6 months)
+# HSTS (uses headers-more-nginx-module included with openresty) (15768000 seconds = 6 months)
17
# uncomment if you are sure you'll never drop HTTPS support
18
-# add_header Strict-Transport-Security max-age=15768000;
+# more_set_headers Strict-Transport-Security max-age=15768000;
0 commit comments