[BugFix] enable http/1.1 when proxying http request for FE (#53010)

Signed-off-by: Kevin Xiaohua Cai <caixiaohua@starrocks.com>
This commit is contained in:
Kevin Cai 2024-11-20 09:33:19 +08:00 committed by GitHub
parent bf78f6e38d
commit 10dcbd7e33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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}};