diff --git a/nginx.conf b/nginx.conf index bde1a96..891820e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -20,5 +20,6 @@ http { sendfile on; keepalive_timeout 65; gzip on; + server_tokens off; include conf.d/*.conf; }