From 4f14fb971b0564255338e27819d24aa8abd6200c Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 17 Aug 2023 20:51:32 +0200 Subject: [PATCH] remove proxy version --- utils/modules/authelia/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/modules/authelia/default.nix b/utils/modules/authelia/default.nix index 893b4fd..4dbfeea 100644 --- a/utils/modules/authelia/default.nix +++ b/utils/modules/authelia/default.nix @@ -178,7 +178,6 @@ proxy_set_header X-Forwarded-Uri $request_uri; proxy_set_header X-Forwarded-Ssl on; proxy_redirect http:// $scheme://; - proxy_http_version 1.1; proxy_set_header Connection ""; proxy_cache_bypass $cookie_session; proxy_no_cache $cookie_session;