From c213589c4e785f487e8d2e297384f5a6c9c5c08c Mon Sep 17 00:00:00 2001 From: SwethaKrish4 <110164892+SwethaKrish4@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:35:59 +0530 Subject: [PATCH] MOSIP-31920: removed nginx version information (#702) Signed-off-by: SwethaKrish4 <110164892+SwethaKrish4@users.noreply.github.com> --- nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx.conf b/nginx.conf index 7914c4a6..9eb483b8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -30,6 +30,9 @@ http { keepalive_timeout 65; + #hide NGINX version information + server_tokens off; + #gzip on; include /etc/nginx/conf.d/*.conf;