From 8c2d814a6c483a2348a74ae621004fd6f94c02d7 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Tue, 19 Nov 2024 21:42:07 +0100 Subject: [PATCH] Disable --- vps-configuration.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/vps-configuration.nix b/vps-configuration.nix index 862663a..9bded63 100644 --- a/vps-configuration.nix +++ b/vps-configuration.nix @@ -149,12 +149,12 @@ "www.johannes-rothe.de".extraConfig = '' reverse_proxy base:11112 ''; - "accounts.johannes-rothe.de".extraConfig = '' - reverse_proxy localhost:9095 - ''; - "auth.johannes-rothe.de".extraConfig = '' - reverse_proxy localhost:9091 - ''; + #"accounts.johannes-rothe.de".extraConfig = '' + # reverse_proxy localhost:9095 + #''; + #"auth.johannes-rothe.de".extraConfig = '' + # reverse_proxy localhost:9091 + #''; "cloud.johannes-rothe.de".extraConfig = '' reverse_proxy base:5002 ''; @@ -164,9 +164,9 @@ "git.johannes-rothe.de".extraConfig = '' reverse_proxy base:3001 ''; - "headscale.johannes-rothe.de".extraConfig = '' - reverse_proxy localhost:8080 - ''; + #"headscale.johannes-rothe.de".extraConfig = '' + # reverse_proxy localhost:8080 + #''; "radicale.johannes-rothe.de".extraConfig = '' reverse_proxy base:5232 '';