nixos/nginx: use http 1.1 in "recommended" proxySettings
This allows http keep-alive by default which requires http 1.1.
This commit is contained in:
parent
354703e66f
commit
fb9a2414dc
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ let
|
|||
proxy_connect_timeout 60;
|
||||
proxy_send_timeout 60;
|
||||
proxy_read_timeout 60;
|
||||
proxy_http_version 1.0;
|
||||
proxy_http_version 1.1;
|
||||
include ${recommendedProxyConfig};
|
||||
''}
|
||||
|
||||
|
|
Loading…
Reference in a new issue