From fa393831ab419acfb0149c00f3dc2c85c4e4549a Mon Sep 17 00:00:00 2001 From: leonvita91 Date: Tue, 28 Feb 2023 21:37:53 +0000 Subject: [PATCH] update gly-site --- hosts/leon/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index efc25341..7ca801ef 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -233,8 +233,8 @@ networking.wireguard.interfaces = { virtualHosts."hospital-gly.c3d2.de" = { forceSSL = true; enableACME = true; - locations."/" = { - proxyPass = "http://10.10.11.21:80"; + locations."/" = { + proxyPass = "http://10.10.11.21"; proxyWebsockets = true; }; };