Nginx Proxy Manger cannot connect to another server on the network #2666
Unanswered
Mephisto090
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hej,
I have the following problem the Nginx Proxy Manager (NPM) cannot redirect to another server. (Network structure: See picture)
Network
This is not a problem in the same Docker Desktop system. The redirects work without any problems and I can call Paperless with paperless.domain.tdl.
However, if I now try to address the Apache server on the Raspberry Pi, I get a variety of errors depending on how I configure the subdomain in the NPM.
In the Fritzbox I forwarded ports 80 and 443 internally to 180 and 1443 to the Windows server (192.168.178.70) on which NPM is running.
Paperless works without any problems
502 Bad Gateway In this variant I get a 502 Bad Gateway
ERR_TOO_MANY_REDIRECTS In this variant I get a ERR_TOO_MANY_REDIRECTS
I tried it in Docker with Host or with the Bridge Network mode
Docker-Compose from NPM:
There is a ping and wget connection from the container to the Raspberry (192.168.178.44).
how can I successfully redirect the subdomain from the Nginx server to the Raspberry?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions