502 Error with "Custom" Port #142
-
|
I have Swag setup with my domain and it's working perfect for everything so far. However I have an app that shared a port so I've changed it. Setup was the same as everything else. I have my root hosted in www and it works. Other apps with subdomains all routed to my domain with Swag/Cloudflare just this one app that doesn't use the "expected" port number... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Fixed by using the Unraid local IP in the conf rather than the container name. |
Beta Was this translation helpful? Give feedback.
-
for others who come here, the accepted solution is the solution the OP chose, it is not the generally recommended solution for others. you should not be changing the port in the proxy conf at all; internally it's still whatever it originally was (84) as long as swag and the app share a custom bridge. your work around solution is causing triple nat and is very inefficient. proper solution: pc -> unraid -> nat to swag -> app on port 84 |
Beta Was this translation helpful? Give feedback.
Fixed by using the Unraid local IP in the conf rather than the container name.