Merge pull request #171 from quantumpacket/patch-1
Remove Unnecessary Trailing Semicolon
This commit is contained in:
commit
391375e1e7
|
@ -32,12 +32,12 @@ keepalive_timeout 300s; # up from 75 secs default
|
||||||
|
|
||||||
# HSTS (HTTP Strict Transport Security)
|
# HSTS (HTTP Strict Transport Security)
|
||||||
# This header tells browsers to cache the certificate for a year and to connect exclusively via HTTPS.
|
# This header tells browsers to cache the certificate for a year and to connect exclusively via HTTPS.
|
||||||
#add_header Strict-Transport-Security "max-age=31536000;" always;
|
#add_header Strict-Transport-Security "max-age=31536000" always;
|
||||||
# This version tells browsers to treat all subdomains the same as this site and to load exclusively over HTTPS
|
# 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;" always;
|
#add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
|
||||||
# This version tells browsers to treat all subdomains the same as this site and to load exclusively over HTTPS
|
# 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
|
# Recommend is also to use preload service
|
||||||
#add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload;" always;
|
#add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
|
||||||
|
|
||||||
# This default SSL certificate will be served whenever the client lacks support for SNI (Server Name Indication).
|
# 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.
|
# 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.
|
||||||
|
|
Loading…
Reference in New Issue