preload added to ssl.conf

This commit is contained in:
root 2015-09-23 12:50:05 +03:00
parent 94b3680c9d
commit 9db378daff
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ keepalive_timeout 300; # up from 75 secs default
#add_header Strict-Transport-Security "max-age=31536000;";
# This version tells browsers to treat all subdomains the same as this site and to load exclusively over HTTPS
#add_header Strict-Transport-Security "max-age=31536000; includeSubdomains;";
# This version tells browsers to treat all subdomains the same as this site and to load exclusively over HTTPS
# Recommend is also to use preload service
#add_header Strict-Transport-Security "max-age=31536000; includeSubdomains; preload;";
# This default SSL certificate will be served whenever the client lacks support for SNI (Server Name Indication).
# Make it a symlink to the most important certificate you have, so that users of IE 8 and below on WinXP can see your main site without SSL errors.