From 66eb6a8663a79b5c0517c2fdb072ab1986211e8c Mon Sep 17 00:00:00 2001 From: Deepak K <89829542+Deepak-Kesavan@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:50:38 +0530 Subject: [PATCH] Set server_tokens to off in the nginx configuration --- frontend/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/nginx.conf b/frontend/nginx.conf index 4edc59d211..8cb1b66d51 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -24,7 +24,7 @@ http { sendfile on; #tcp_nopush on; - + server_tokens off; keepalive_timeout 65; gzip on;