From 6b98842a170a0c97878b9bde7f466cb555deca4a Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sat, 18 Jun 2016 09:23:53 +0200 Subject: [PATCH] mastus: fix radicale reverse-proxy --- mastus/radicale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastus/radicale.nix b/mastus/radicale.nix index dd9610b..9f020a5 100644 --- a/mastus/radicale.nix +++ b/mastus/radicale.nix @@ -64,7 +64,7 @@ in proxy_set_header Host $http_host; proxy_redirect off; proxy_buffering off; - proxy_pass http://gogs; + proxy_pass http://radicale; client_max_body_size 30M; break; }