From 4030d2a11d8145b4d3a3e6e6257731bc88e7e42e Mon Sep 17 00:00:00 2001 From: chaos Date: Tue, 2 Apr 2024 18:15:21 +0200 Subject: [PATCH] add / to end of proxy addr --- hosts/hetzner-arm/containers/rss/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hetzner-arm/containers/rss/default.nix b/hosts/hetzner-arm/containers/rss/default.nix index e51818f..2a34d00 100644 --- a/hosts/hetzner-arm/containers/rss/default.nix +++ b/hosts/hetzner-arm/containers/rss/default.nix @@ -49,7 +49,7 @@ in { virtualHosts."freshrss.owo.monster" = { enableACME = true; forceSSL = true; - locations."/".proxyPass = "http://${containerIP}:80"; + locations."/".proxyPass = "http://${containerIP}:80/"; }; }; }