Skip to content

Commit f5fc01b

Browse files
authored
Merge branch 'Valian:master' into master
2 parents 480cbbf + 2f1e2b4 commit f5fc01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/ssl.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ ssl_protocols TLSv1.2 TLSv1.3;
1313
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;
1414
ssl_prefer_server_ciphers on;
1515

16-
# HSTS (ngx_http_headers_module is required) (15768000 seconds = 6 months)
16+
# HSTS (uses headers-more-nginx-module included with openresty) (15768000 seconds = 6 months)
1717
# uncomment if you are sure you'll never drop HTTPS support
18-
# add_header Strict-Transport-Security max-age=15768000;
18+
# more_set_headers Strict-Transport-Security max-age=15768000;

0 commit comments

Comments
 (0)