Coming from nginx, bad gateway #137

Closed
opened 2025-11-13 11:51:03 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @davidszerman on GitHub (Mar 11, 2025).

Hello

I was used to nginx proxy manager. I just discovered pangolin and it seems to be nice

I have installed pangolin with docker compose, no error message on the logs

I set up my first ressource with the same protocol, ip and port than on NPM but I have a bad gateway error

Do you know how I could solve that ?

Thanks

Originally created by @davidszerman on GitHub (Mar 11, 2025). Hello I was used to nginx proxy manager. I just discovered pangolin and it seems to be nice I have installed pangolin with docker compose, no error message on the logs I set up my first ressource with the same protocol, ip and port than on NPM but I have a bad gateway error Do you know how I could solve that ? Thanks
Author
Owner

@miloschwartz commented on GitHub (Mar 11, 2025):

A gateway error usually indicates there is an issue addressing the downstream service using the target and port you entered. Can you let me know what you used?

Is Newt running in a docker container? If so, localhost will address the container itself, not the system the container is running on. If it's on the same docker network as the other services, you can use the docker container name. Otherwise, use the host LAN IP.

Can you check for any errors in the logs on Newt or the server and post them here as well please?

@miloschwartz commented on GitHub (Mar 11, 2025): A gateway error usually indicates there is an issue addressing the downstream service using the target and port you entered. Can you let me know what you used? Is Newt running in a docker container? If so, localhost will address the container itself, not the system the container is running on. If it's on the same docker network as the other services, you can use the docker container name. Otherwise, use the host LAN IP. Can you check for any errors in the logs on Newt or the server and post them here as well please?
Author
Owner

@davidszerman commented on GitHub (Mar 12, 2025):

Finally I reinstalled everything and it works fine, thank you

@davidszerman commented on GitHub (Mar 12, 2025): Finally I reinstalled everything and it works fine, thank you
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#137