From 01783c9cb2dbfe10223775788dd14bd2c0caf861 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 15 Feb 2022 00:00:52 -0500 Subject: [PATCH] additions to nginx --- Nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nginx/nginx.conf b/Nginx/nginx.conf index 0cb336f..c65a55e 100644 --- a/Nginx/nginx.conf +++ b/Nginx/nginx.conf @@ -22,7 +22,7 @@ http { keepalive_timeout 65; types_hash_max_size 2048; server_tokens off; - more_set_headers 'Server: LIBRARY OF CODE SP-US INTERNAL SVCS (nginx) (https://loc.sh/)'; + more_set_headers 'Server: LIBRARY OF CODE SP-US INTERNAL SVCS (nginx) [https://loc.sh/]'; add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always; # server_names_hash_bucket_size 64;