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
The nginx is built from the ubuntu official repo with
# get sources
$ apt-get source nginx
# add github.com/attenuation/ngx_stream_socks_module to configure
$ sed -i 's+/http-subs-filter+/http-subs-filter --add-dynamic-module=/home/sa/nginx_build/ngx_stream_socks_module+g' debian/rules
# build it
$ debian/rules build
# the result .so
$ ls -lah debian/build-extras/objs/ngx_stream_socks_module.so
-rwxrwxr-x 1 sa sa 124K Feb 28 03:34 debian/build-extras/objs/ngx_stream_socks_module.so
Having a simple config like
I get segfaults:
How to reproduce:
The
nginx
is built from the ubuntuofficial
repo withThe
ngx_stream_socks_module
commit is used:The text was updated successfully, but these errors were encountered: