diff --git a/modules/system/homelab/proxy.nix b/modules/system/homelab/proxy.nix index 2dafba0..a561530 100644 --- a/modules/system/homelab/proxy.nix +++ b/modules/system/homelab/proxy.nix @@ -53,7 +53,6 @@ in { proxyWebsockets = true; basicAuthFile = if cfg.auth then "/var/lib/nginx/.htpasswd" else null; extraConfig = '' - proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; # proxy_set_header X-Auth-User $remote_user;