-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed as not planned
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker image?- Yes
- Are you sure you're not using someone else's docker image?
- No
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
I have connection error ERR_NAME_NOT_RESOLVED, 502 Bad Gateway or 504 Gateway Time-out
following the container I'm redirecting to....
It's also working for one (bitwarden).
Nginx Proxy Manager Version
Latest
To Reproduce
Steps to reproduce the behavior:
- Redirect the port 80 and the 443 used by DSM to 82 and 444.
- Do the tutorial on official website.
- Connect to proxy_default all the containers.
- Make the redirection using http://name:port in NPM
- Then it's impossible to connect even if the http://Nas_local_IP:port is working written directly in the navigator (I have ofc tried to fill NPM like this and it's not working better :)
Expected behavior
Screenshots
Operating System
I'm trying to hide all my Synology NAS 918+ behind reverse proxy with nginx proxy manager.
Additional context
I have check that DNS is finding hosts with
docker exec proxy_app_1 host portainer
portainer has address 192.168.16.4
Thanks for help :/