How to list all nginx plugin installed

Is there a way to list all plugins installed in my nginx? I am
particularly
interested in knowing whether HttpEchoModule is installed or not.

Posted at Nginx Forum:

nginx -V will show you the options passed to configure.

Posted at Nginx Forum: