even when I have LISTEN_HOST and LISTEN_PORT set to 0.0.0.0:4849 GET requests continue to go to 127.0.0.1:8080
2026/04/09 00:30:50 [error] 210#210: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.16.2.11, server: _, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8080/", host: "tubesync.docker.internal"
172.16.2.11 - - [09/Apr/2026:00:30:50 -0400] "GET / HTTP/1.1" 502 556 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36"
2026/04/09 00:30:50 [error] 210#210: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.16.2.11, server: _, request: "GET /favicon.ico HTTP/1.1", upstream: "http://127.0.0.1:8080/favicon.ico", host: "tubesync.docker.internal", referrer: "http://tubesync.docker.internal/"
172.16.2.11 - - [09/Apr/2026:00:30:50 -0400] "GET /favicon.ico HTTP/1.1" 502 556 "http://tubesync.docker.internal/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36"
tubesync/config/root/etc/nginx/nginx.conf
Line 133 in 33479e8
even when I have LISTEN_HOST and LISTEN_PORT set to 0.0.0.0:4849 GET requests continue to go to 127.0.0.1:8080