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 '';