Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
location /ngx_status { stub_status on; access_log off; }
# vim /usr/local/nginx/conf/nginx.conf
server{ listen 80; server_name localhost; index index.html index.htm index.php setup.php; location /ngx_status { stub_status on; access_log off; } }
#service nginx restart
#curl Active connections: 1 server accepts handled requests 1 1 1 Reading: 0 Writing: 1 Waiting: 0
Was this page helpful?