List loaded modules in NGINX

To list the currently loaded modules in NGINX you can use the following:

nginx -V 2>&1 | grep -oP '(?<=--with-http_)[a-zA-Z0-9_]+'