We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e431479 commit 05904d4Copy full SHA for 05904d4
node-red/rootfs/etc/nginx/includes/proxy_params.conf
@@ -4,6 +4,7 @@ proxy_read_timeout 86400s;
4
proxy_redirect off;
5
proxy_send_timeout 86400s;
6
proxy_max_temp_file_size 0;
7
+proxy_buffering off;
8
9
proxy_set_header Accept-Encoding "";
10
proxy_set_header Connection $connection_upgrade;
0 commit comments