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