dfigus / addon-tvheadend

TVHeadend - Home Assistant Add-on
MIT License
3 stars 0 forks source link

Use IPv4 Address in NGINX proxy pass #176

Closed dfigus closed 2 months ago

dfigus commented 2 months ago

Proposed Changes

Avoid that localhost is resolved to IPv6 address in NGINX proxy pass by using 127.0.0.1 instead of localhost. This should solve the errors

connect() failed (111: Connection refused) while connecting to upstream

as TVHeadend is not listening on IPv6.

Related Issues