Skip to content

Commit e1aaa53

Browse files
Remove unnecessary proxy_http_version directive from hbbs subdomain configuration
1 parent c170595 commit e1aaa53

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

hbbs.subdomain.conf.sample

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ server {
4242
set $upstream_proto http;
4343
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
4444

45-
proxy_http_version 1.1;
4645
proxy_read_timeout 120s;
4746
}
4847

@@ -62,7 +61,6 @@ server {
6261
set $upstream_proto http;
6362
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
6463

65-
proxy_http_version 1.1;
6664
proxy_read_timeout 120s;
6765
}
6866
}

0 commit comments

Comments
 (0)