events { worker_connections 4096; ## Default: 1024 } http { server { location /nginx_status { stub_status on; access_log off; allow all; } } }