Location of nginx status

I am setting up monitoring (linode) for nginx, and the default location of:

location https://127.0.0.1/nginx_status

is not working, i imgaine i have to setup to something on on port 22222 (the default for ee stacks).

any tips?

what is the nginx status location in a default ee stack?

Hmm… There does not even appear to be a nginx status pages setup anymore (used to be). Am I incorrect?

@datagroove

EasyEngine already sets up nginx status location with following configuration.

  stub_status on;
  access_log off;
  include common/acl.conf;
}```

you can access your sites nginx status page with ````http://example.com/nginx_status````

Hi @datagroove

I hope your query is resolved. I am closing this support topic for now.

Feel free to create a new support topic if you have any queries further. :slight_smile: