What is the use of sub_status directives in Nginx?

devquora
devquora

Posted On: Feb 22, 2018

 

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

    Please Login or Register to leave a response.

    Related Questions

    Nginx Interview Questions

    What is Nginx?

    Nginx is a type of an open source web server which is especially used for reverse proxy, load balancer,..

    Nginx Interview Questions

    In what language was the Nginx software being written?

    The language in which the Nginx software is written is ‘C’ Language...

    Nginx Interview Questions

    What are the main tasks of the Nginx web server?

    The following are the main tasks of the Nginx web server:..