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
We don't use ngx_stream module in the production and we do not have it in the compilation. As I know not all user's of nginx using --with-stream module. If try to compile this module w/o --with-stream, error appears.
Proposal
Enable compilation of ngx_stream_ssl_fingerprint_preread_module.c iff nginx's internal flag which set by Nginx's configure is present, else do not build ngx_stream_ssl_fingerprint_preread_module.c at all.
The text was updated successfully, but these errors were encountered:
Description
We don't use ngx_stream module in the production and we do not have it in the compilation. As I know not all user's of nginx using --with-stream module. If try to compile this module w/o --with-stream, error appears.
Proposal
Enable compilation of ngx_stream_ssl_fingerprint_preread_module.c iff nginx's internal flag which set by Nginx's configure is present, else do not build ngx_stream_ssl_fingerprint_preread_module.c at all.
The text was updated successfully, but these errors were encountered: