Why N8N Self Hosted don't work?

I solved it configuring this in nginx…

    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "Upgrade"; 
    proxy_set_header Host $host;
1 Like