You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we enable extra modules by specifying the full string that is passed to configure. It would be much cleaner to specify them by a simple bool. As part of this we also may wish to revisit which modules are enabled by default.
For modules which are part of the nginx source, what about including them with a simple list. Lots of the modules listed in the docs http://nginx.org/en/docs/ are not included by default.
Currently we enable extra modules by specifying the full string that is passed to
configure
. It would be much cleaner to specify them by a simple bool. As part of this we also may wish to revisit which modules are enabled by default.Compare the two following YAML snippets.
The text was updated successfully, but these errors were encountered: