How can I check the current load on my nginx server?
|
feedback
|
|
nginx has a status module (NginxHttpStubStatusModule) that you can access via:
but you need to recompile nginx to get this support - it isn't enabled by default. See this blog post for more details. | |||
|
feedback
|