From 9fe5f0aae72cdea8006b3f880328378c13d5364b Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Tue, 22 Oct 2024 20:41:04 +0200 Subject: [PATCH] defiant/nginx: re-enable NextCloud --- hosts/defiant/services/nginx.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hosts/defiant/services/nginx.nix b/hosts/defiant/services/nginx.nix index fe34334..6166c66 100644 --- a/hosts/defiant/services/nginx.nix +++ b/hosts/defiant/services/nginx.nix @@ -54,14 +54,14 @@ in { ''; } // overrides; in { - # "cloud.feal.no" = publicProxy "" { - # locations."/" = { - # proxyPass = "http://challenger.home.feal.no"; - # extraConfig = '' - # client_max_body_size 8G; - # ''; - # }; - # }; + "cloud.feal.no" = publicProxy "" { + locations."/" = { + proxyPass = "http://challenger.home.feal.no"; + extraConfig = '' + client_max_body_size 8G; + ''; + }; + }; "git.feal.no" = publicProxy "http://unix:${gitea.server.HTTP_ADDR}" { default = true; };