-
-
Notifications
You must be signed in to change notification settings - Fork 641
proxy to static nginx:latest container returns 500 always #185
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I am not using docker for windows. |
|
I guess this is not the same issue. |
check and post here your logs in nginx-letsencrypt |
@evertramos This Issue can be closed. There was a dns proxy installed, therefore the letsencrypt generation could not work. |
hi all,
Error description:
i created a docker-compose.yml to proxy a static website through "nginx-web".
The file looks like this:
i'd expect that "nginx-gen" generates a config which will proxy-pass to the container, but the generated config looks like this_
Steps to reproduce
Setup latest proxy. Create a new dir
www
. Put aindex.html
in it.Create a
docker-compose.yml
like above.Start the container
docker-compse -up -d
Expected result
a working
default.conf
should be generatedError result
Comments
when curling the container on the host machine via the internal ip like
curl 172.19.0.5:80
everything works fine.The text was updated successfully, but these errors were encountered: