From 387d6b6a5fef57d4bcf3a487d7a5f12b71fe3065 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sat, 6 Jul 2024 01:43:30 +0200 Subject: [PATCH] nextcloud: move proxy from voyager to challenger --- hosts/defiant/services/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/defiant/services/nginx.nix b/hosts/defiant/services/nginx.nix index 7be178d..5cfaf81 100644 --- a/hosts/defiant/services/nginx.nix +++ b/hosts/defiant/services/nginx.nix @@ -56,7 +56,7 @@ in { in { "cloud.feal.no" = publicProxy "" { locations."/" = { - proxyPass = "http://voyager.home.feal.no"; + proxyPass = "http://challenger.home.feal.no"; extraConfig = '' client_max_body_size 8G; '';