From a53a482c90c07c0f03561e2c3f826231f11c9400 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 14 Feb 2022 23:59:36 -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 b7e6f7d..49b295c 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 STAFF SVCS (NGINX/$sent_http_Server) (https://www.libraryofcode.org)'; + more_set_headers 'Server: LIBRARY OF CODE SP-US INTERNAL SVCS (nginx) (https://www.libraryofcode.org)'; add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always; # server_names_hash_bucket_size 64;