WordPress plugin (with Nginx)

WordPress plugin (with Nginx)

I am running my WordPress on Linux-Nginx-MySQL-PHP stack.

When I install Site24's WordPress Monitoring plugin (wordpress.sh), it's require to configure Apache to support statistics.

How can I configure this in Nginx?

< Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1 ::1
< /Location>