Hi. Use Nginx proxy manager for Portainer stack running n8n docker. All worked good, but few days ago I have “upstream timed out (110: Connection timed out) while reading response header from upstream” errors in log.
I read few artciles about this situation and turn on websocket support at NPM, but still have errors in log and 500 error. Adding new env to container like
This doesn’t apear to be an n8n issue and looks like it might be a problem with your nginx proxy manager configutation.
Your forward hostname / IP is normally the local IP or hostname of your n8n install so assuming you are on the same machine it might be something like 172.17.0.1 if nginx proxy manager and n8n are on the same docker network.
Other than that everything else looks to be ok apart from having WEBHOOK_TUNNEL_URL and VUE_APP_URL_BASE_API being set which are not needed.