Search
Categories
FIX “CONNECTION LOST” SAU UPDATE n8n SELF-HOST
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.
