Skip to content

Commit

Permalink
Disable proxy buffering (#2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jan 4, 2025
1 parent e431479 commit 05904d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node-red/rootfs/etc/nginx/includes/proxy_params.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ proxy_read_timeout 86400s;
proxy_redirect off;
proxy_send_timeout 86400s;
proxy_max_temp_file_size 0;
proxy_buffering off;

proxy_set_header Accept-Encoding "";
proxy_set_header Connection $connection_upgrade;
Expand Down

0 comments on commit 05904d4

Please sign in to comment.