From a6cb31a7c006e345303a933cacb160cab1c50d98 Mon Sep 17 00:00:00 2001 From: chaos Date: Mon, 16 Dec 2024 14:29:21 +0000 Subject: [PATCH] fix nginx config --- hosts/hetzner-arm/profiles/photoprism.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/hetzner-arm/profiles/photoprism.nix b/hosts/hetzner-arm/profiles/photoprism.nix index 9124c8f..7316122 100644 --- a/hosts/hetzner-arm/profiles/photoprism.nix +++ b/hosts/hetzner-arm/profiles/photoprism.nix @@ -60,7 +60,6 @@ in { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $host; proxy_buffering off; - proxy_http_version 1.1; ''; }; };