How can I see which flags Nginx was compiled with?

nginx -V will list all the configured modules. There is no explicit enable/load command.

Leave a Comment