diff --git a/nginx.conf b/nginx.conf index 0ec6276..022ad56 100644 --- a/nginx.conf +++ b/nginx.conf @@ -2,7 +2,6 @@ user nginx; worker_processes auto; pid /run/nginx.pid; include /etc/nginx/modules-enabled/*.conf; -server_tokens off; events { worker_connections 1024;