I have recently replaced my apache web server with nginx
I want to know how can I write below statements for nginx server status
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 10.
Allow from 127.
</Location>