From e0a9e65c60cb909997e338e20430251530dac7dd Mon Sep 17 00:00:00 2001 From: Satria Date: Thu, 5 Mar 2026 14:50:23 +0700 Subject: [PATCH] fix error duplicate conf --- modules/system/homelab/proxy.nix | 1 - 1 file changed, 1 deletion(-) 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;