0 votes
in NGINX by
What is the use of sub_status directives in Nginx?

1 Answer

0 votes
by

The sub status directives is mainly used to know all the current status of Nginx. You can know the current active connections, total connections that are being accepted and all the handled current number of read, write and wait connections.

Related questions

0 votes
asked Sep 5, 2019 in NGINX by Robin
0 votes
asked Sep 5, 2019 in NGINX by Robin
...