diff --git a/etc/nginx/includes/ssl.conf b/etc/nginx/includes/ssl.conf index 8eb4646..912db4f 100644 --- a/etc/nginx/includes/ssl.conf +++ b/etc/nginx/includes/ssl.conf @@ -55,4 +55,4 @@ resolver_timeout 5s; # 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; # 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=63072000; includeSubdomains; preload;" preload; \ No newline at end of file +add_header Strict-Transport-Security "max-age=63072000; includeSubdomains; preload;"; \ No newline at end of file