set proxy_http_version to 1.1

pull/2/head
Marco Kundt 2021-04-20 19:28:28 +02:00
parent 8b7bfdc889
commit 486e09e314
1 changed files with 1 additions and 0 deletions

View File

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