Portfolio
My Blog
Scroll down to discover
Search
Categories

FIX “CONNECTION LOST” SAU UPDATE n8n SELF-HOST

April 23, 2025Category : Automation & AI

add and edit

Nội dung file nginx:

proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection “upgrade”;
proxy_set_header Host $http_host;
proxy_set_header Origin $scheme://$http_host;
proxy_cache off;
proxy_buffering off;

01.
© Oliver / All rights reserved.
To top