gogs: increase client_max_body_size to 128M

This commit is contained in:
Markus 2017-01-03 15:47:53 +01:00
parent 3b1ab3877d
commit b2ef100994
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ server {
location / {
client_max_body_size 128M;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://localhost:3000;
}