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

Advertisement

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

Example

nginx installed modules
Add a comment

Leave a Reply

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

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Advertisement