mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-12 01:44:06 -05:00
Coming from nginx, bad gateway #137
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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?
@davidszerman commented on GitHub (Mar 12, 2025):
Finally I reinstalled everything and it works fine, thank you