help needed with podfetch and nginx-proxy-manager #190
-
Hello, possibly someone of you can help me here. I am trying to make podfetch reachable with nginx-proxy-manager via a subdomain. But I seem to have problems with the secure websocket. When I call the subdomain, I get the following message
It probably has to do with "Custom Nginx Configuration" in the "advanced" tab, but I'm not getting anywhere here on my own. Maybe someone here is running a similar configuration and can give me a nudge in the right direction. I rely on nginx-proxy-manager as it already provides me with some other services via subdomains. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to edit the SERVER_URL to the url of your domain/subdomain. In that case you need to also add https://mydomain . That way the frontend knows to instantiate a SSL Websocket connection to the backend. |
Beta Was this translation helpful? Give feedback.
You need to edit the SERVER_URL to the url of your domain/subdomain. In that case you need to also add https://mydomain . That way the frontend knows to instantiate a SSL Websocket connection to the backend.