Skip to content

Commit

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

Co-authored-by: Kevin Cai <caixiaohua@starrocks.com>
  • Loading branch information
mergify[bot] and kevincai authored Nov 20, 2024
1 parent 59a8786 commit 8bdb3cd
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 8bdb3cd

Please # to comment.