From aa768c7fd4b0fec88369b752388c8cc1f10a9dcc Mon Sep 17 00:00:00 2001 From: dannyrb Date: Tue, 7 May 2019 12:37:16 -0400 Subject: [PATCH] Add server_tokens note --- docker/OpenResty-Orthanc-Keycloak/config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/OpenResty-Orthanc-Keycloak/config/nginx.conf b/docker/OpenResty-Orthanc-Keycloak/config/nginx.conf index 363117de9..f76663b19 100644 --- a/docker/OpenResty-Orthanc-Keycloak/config/nginx.conf +++ b/docker/OpenResty-Orthanc-Keycloak/config/nginx.conf @@ -57,7 +57,6 @@ http { proxy_intercept_errors off; # ssl_certificate /etc/letsencrypt/live/mydomain.co.uk/fullchain.pem; # ssl_certificate_key /etc/letsencrypt/live/mydomain.co.uk/privkey.pem; - server_tokens off; gzip on; gzip_types text/css application/javascript application/json image/svg+xml; gzip_comp_level 9; @@ -82,6 +81,7 @@ http { location /index.html { add_header Cache-Control no-cache; } + server_tokens off; # Hides server version num # [PROTECTED] Reverse Proxy for `orthanc` #