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