From b49b708b0f73d98df4ac15a892e317a3115b998b Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 27 Jun 2021 15:36:17 +0200 Subject: [PATCH] mastus: increase nginx upload size --- mastus/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastus/gitea.nix b/mastus/gitea.nix index 1df1a62..87301f9 100644 --- a/mastus/gitea.nix +++ b/mastus/gitea.nix @@ -34,7 +34,7 @@ proxyPass = "http://127.0.0.1:${toString config.services.gitea.httpPort}"; extraConfig = '' proxy_buffering off; - client_max_body_size 30M; + client_max_body_size 256M; ''; }; };