diff --git a/production_cluster/nginx/nginx.conf b/production_cluster/nginx/nginx.conf index a02465fe..8cd13ca2 100644 --- a/production_cluster/nginx/nginx.conf +++ b/production_cluster/nginx/nginx.conf @@ -25,6 +25,7 @@ http { keepalive_timeout 65; + server_tokens off; gzip on; # kibana UI @@ -47,7 +48,7 @@ http { proxy_busy_buffers_size 256k; } } - + } @@ -58,7 +59,7 @@ stream { hash $remote_addr consistent; server wazuh-master:1514; server wazuh-worker:1514; - } + } server { listen 1514; proxy_pass mycluster;