Skip to content

Commit 05904d4

Browse files
authored
Disable proxy buffering (#2017)
1 parent e431479 commit 05904d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node-red/rootfs/etc/nginx/includes/proxy_params.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ proxy_read_timeout 86400s;
44
proxy_redirect off;
55
proxy_send_timeout 86400s;
66
proxy_max_temp_file_size 0;
7+
proxy_buffering off;
78

89
proxy_set_header Accept-Encoding "";
910
proxy_set_header Connection $connection_upgrade;

0 commit comments

Comments
 (0)