Skip to content

Commit

Permalink
[BugFix] enable http/1.1 when proxying http request for FE (StarRocks…
Browse files Browse the repository at this point in the history
…#53010)

Signed-off-by: Kevin Xiaohua Cai <[email protected]>
  • Loading branch information
kevincai authored and Smith-Cruise committed Nov 26, 2024
1 parent 7149c90 commit b0824ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ http {
default_type application/octet-stream;
server {
listen 8080;
proxy_http_version 1.1;
server_name starrocks-allin1.localdomain;
location / {
proxy_pass http://127.0.0.1:{{fewebport}};
Expand Down

0 comments on commit b0824ff

Please sign in to comment.