List installed Modules in Nginx

To list modules compiled with nginx, you can run nginx -V

nginx -V

This print nginx version along with configuration used to compile nginx.

nginx version

If you want just the list of modules, you can use following command

nginx -V 2>&1 | tr -- - '\n' | grep  _module

Example

nginx installed modules

See Nginx

Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *