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
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 donefor'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:
docker build --build-arg modules=https://github.com/yaoweibin/nginx_tcp_proxy_module.git:v0.4.5 .
Is everything correct or did I anything wrong?
Best
Markus
The text was updated successfully, but these errors were encountered: