[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:
parent
bf78f6e38d
commit
10dcbd7e33
|
|
@ -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}};
|
||||
|
|
|
|||
Loading…
Reference in New Issue