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