From 3cb5358a4d86f0f95d2efbb712bbe386f1caafec Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Fri, 9 Jul 2021 02:36:59 +0700 Subject: [PATCH] Fix issue #81 --- etc/nginx/includes/ssl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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