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
If you require a custom NGINX configuration, you can build a module against an existing pre-configured source tree.
81
+
To do that, you need to set the `NGX_OBJS` variable to an _absolute_ path to the NGINX build directory (`--builddir`, defaults to the `objs` in the source directory).
82
+
Only `./configure` step of the NGINX build is mandatory, as bindings don't depend on any of the artifacts generated by `make`.
83
+
84
+
Furthermore, this could be leveraged to build a module as a part of the NGINX build process with `--add-module`/`--add-dynamic-module` options of the configure script.
85
+
See example integration scripts at [`examples/config`](examples/config) and [`examples/config.make`](examples/config.make).
0 commit comments