forked from mirrors/mattermost-docker
set proxy_http_version to 1.1
This commit is contained in:
parent
8b7bfdc889
commit
486e09e314
@ -107,6 +107,7 @@ server {
|
||||
proxy_connect_timeout 90;
|
||||
proxy_send_timeout 300;
|
||||
proxy_read_timeout 90s;
|
||||
proxy_http_version 1.1;
|
||||
proxy_pass http://backend;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user