Hello, <br><br>I'm getting an error 504 for a day with docker container heimdall though it was working properly for some days before that. It's still accessible locally with ip:port but alas nothing I could do to make it work with server name.<br><br>I asked for help in heimdall support section but in case it is nginx related I ask here also.<br><br>What I tried :<br>reboot the host<br>removed etc/nginx/ then apt purge nginx nginx-common nginx-full + reinstall them along with conf files<br>same for /etc/letsencrypt and issuing the certificates again<br>change the port<br>change fqdn<br>removed the containers and reload the stack with the binded volumes still there then without<br><br>This is the host nginx error.log I'm getting repeatedly : <br><br>2021/09/14 11:19:14 [error] 168423#168423: *1 upstream timed out (110: Connection timed out) while SSL handshaking to upstream, client: remote_ip, server: server_name, request: "GET / HTTP/1.1", upstream: "https://local_address:local_port", host: "server_name", referrer: "FQDN"<br><br><br>Also, all other sites are working properly, which is why I doubt it is necessary to enhance the timeout since any other request is served properly. <br><br>Does anyone experienced this ?<br>