it seems that it is not working with 1.20. Could you check this please:
I changed
ARG nginx_version=1.20.0
and got this:
+ make modules
make -f objs/Makefile modules
make[1]: Entering directory '/usr/local/src/nginx-1.20.0'
make[1]: Nothing to be done for 'modules'.
make[1]: Leaving directory '/usr/local/src/nginx-1.20.0'
+ cp -v 'objs/*.so' /usr/lib/nginx/modules/
cp: cannot stat 'objs/*.so': No such file or directory
Hi there,
it seems that it is not working with 1.20. Could you check this please:
I changed
and got this:
Additional info:
I tried to add module https://github.com/yaoweibin/nginx_tcp_proxy_module with following command:
Is everything correct or did I anything wrong?
Best Markus