We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running cf curl /v2/info && cf version?
cf curl /v2/info && cf version
cf version 8.6.1+b5a352a.2023-02-27
What version of the buildpack you are using? nginx_buildpack-cached-cflinuxfs3-v1.2.9+1702664387.zip
If you were attempting to accomplish a task, what was it you were attempting to do?
trying to setup nginx config for securing-tcp-traffic-upstream
What did you expect to happen?
{{module "ngx_stream_ssl_module"}}
What was the actual behavior?
-----> Installing nginx 1.25.3 Copy [/tmp/buildpacks/561d208d21c10b47d1d8d6e64bd1cbbe/dependencies/a6fb353060b0fc6885abb33b76c467dc/nginx_1.25.3_linux_x64_cflinuxfs3_da337929.tgz] 2023/12/28 14:53:08 [emerg] 35#0: dlopen() "/tmp/contents66867571/deps/0/nginx/modules/ngx_stream_ssl_module.so" failed (/tmp/contents66867571/deps/0/nginx/modules/ngx_stream_ssl_module.so: cannot open shared object file: No such file or directory) in /tmp/conf3217221924/nginx.conf:2
Can you provide a sample app?
Please confirm where necessary:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running
cf curl /v2/info && cf version
?cf version 8.6.1+b5a352a.2023-02-27
What version of the buildpack you are using?
nginx_buildpack-cached-cflinuxfs3-v1.2.9+1702664387.zip
If you were attempting to accomplish a task, what was it you were attempting to do?
trying to setup nginx config for securing-tcp-traffic-upstream
What did you expect to happen?
{{module "ngx_stream_ssl_module"}}
What was the actual behavior?
-----> Installing nginx 1.25.3
Copy [/tmp/buildpacks/561d208d21c10b47d1d8d6e64bd1cbbe/dependencies/a6fb353060b0fc6885abb33b76c467dc/nginx_1.25.3_linux_x64_cflinuxfs3_da337929.tgz]
2023/12/28 14:53:08 [emerg] 35#0: dlopen() "/tmp/contents66867571/deps/0/nginx/modules/ngx_stream_ssl_module.so" failed (/tmp/contents66867571/deps/0/nginx/modules/ngx_stream_ssl_module.so: cannot open shared object file: No such file or directory) in /tmp/conf3217221924/nginx.conf:2
Can you provide a sample app?
Please confirm where necessary:
The text was updated successfully, but these errors were encountered: