From 590f42d5d96e838b008423937cb09c80bf30318c Mon Sep 17 00:00:00 2001 From: goeranh Date: Wed, 29 Apr 2026 18:42:20 +0200 Subject: [PATCH] enable proxy protocol for plone backends --- hosts/proxy/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/proxy/default.nix b/hosts/proxy/default.nix index 44f37d5..40740fb 100644 --- a/hosts/proxy/default.nix +++ b/hosts/proxy/default.nix @@ -105,28 +105,28 @@ domain = "stura.htw-dresden.de"; httpPort = 80; httpsPort = 443; - sendProxy = false; + sendProxy = true; }; plone_alt = { dest = "141.56.51.3"; domain = "www.stura.htw-dresden.de"; httpPort = 80; httpsPort = 443; - sendProxy = false; + sendProxy = true; }; plone_neu = { dest = "141.56.51.3"; domain = "www.htw.stura-dresden.de"; httpPort = 80; httpsPort = 443; - sendProxy = false; + sendProxy = true; }; plone_neu2 = { dest = "141.56.51.3"; domain = "htw.stura-dresden.de"; httpPort = 80; httpsPort = 443; - sendProxy = false; + sendProxy = true; }; tix = { dest = "141.56.51.220";