increase body size for avatars

This commit is contained in:
Elizabeth Hunt 2024-07-25 23:55:09 -04:00
parent 3571bc3d32
commit 5470b67617
1 changed files with 1 additions and 0 deletions

View File

@ -17,5 +17,6 @@ server {
proxy_pass http://127.0.0.1:9696;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
client_max_body_size 5m;
}
}