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