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
Is your feature request related to a problem? Please describe.
It would be beneficial to allow building/compiling dynamic modules using a standard way that is used to build C-based modules like ./configure --add-dynamic-module=/opt/source/ngx_rust_my_module/
Is your feature request related to a problem? Please describe.
It would be beneficial to allow building/compiling dynamic modules using a standard way that is used to build C-based modules like
./configure --add-dynamic-module=/opt/source/ngx_rust_my_module/
Further reading:
By doing so ngx-rust-based modules would be easer to build at the same time when nginx is building itself.
The text was updated successfully, but these errors were encountered: