forked from infra/ansible
gogs: increase client_max_body_size to 128M
This commit is contained in:
parent
3b1ab3877d
commit
b2ef100994
@ -25,6 +25,7 @@ server {
|
||||
|
||||
|
||||
location / {
|
||||
client_max_body_size 128M;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_pass http://localhost:3000;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user