increase body size for avatars
This commit is contained in:
parent
3571bc3d32
commit
5470b67617
|
@ -17,5 +17,6 @@ server {
|
||||||
proxy_pass http://127.0.0.1:9696;
|
proxy_pass http://127.0.0.1:9696;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
client_max_body_size 5m;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue