From b2ef10099420ea434c4514f906a9bdd9771b7163 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Tue, 3 Jan 2017 15:47:53 +0100 Subject: [PATCH] gogs: increase client_max_body_size to 128M --- roles/gogs/templates/vhost.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/gogs/templates/vhost.j2 b/roles/gogs/templates/vhost.j2 index ba1189d..5111ea7 100644 --- a/roles/gogs/templates/vhost.j2 +++ b/roles/gogs/templates/vhost.j2 @@ -25,6 +25,7 @@ server { location / { + client_max_body_size 128M; proxy_set_header X-Real-IP $remote_addr; proxy_pass http://localhost:3000; }