Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seems not working with Nginx 1.20 #16

Open
Mr-Markus opened this issue Apr 25, 2021 · 0 comments
Open

Seems not working with Nginx 1.20 #16

Mr-Markus opened this issue Apr 25, 2021 · 0 comments

Comments

@Mr-Markus
Copy link

Hi there,

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant