Merge pull request #118445 from SuperSandro2000/SuperSandro2000-patch-3

authored by

Sandro and committed by
GitHub
39060b24 d9de27d6

+1 -1
+1 -1
nixos/modules/services/web-servers/nginx/default.nix
··· 157 157 proxy_connect_timeout 60; 158 158 proxy_send_timeout 60; 159 159 proxy_read_timeout 60; 160 - proxy_http_version 1.0; 160 + proxy_http_version 1.1; 161 161 include ${recommendedProxyConfig}; 162 162 ''} 163 163