Skip to content

Commit

Permalink
[BugFix] set proxy_http_version 1.1 (#599)
Browse files Browse the repository at this point in the history
Signed-off-by: yandongxiao <[email protected]>
  • Loading branch information
yandongxiao authored Nov 20, 2024
1 parent 00ace16 commit 61671a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/subcontrollers/feproxy/feproxy_configmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ http {
ignore_invalid_headers off;
underscores_in_headers on;
proxy_read_timeout 600s;
proxy_http_version 1.1;
client_body_temp_path /tmp/client_temp;
proxy_temp_path /tmp/proxy_temp_path;
Expand Down

0 comments on commit 61671a3

Please sign in to comment.