DONE: increase limit size of profile pic, fix swal error when uploading profile pic large than 2 mb on prod

This commit is contained in:
ISMAIL MASSERAN
2026-07-19 12:51:02 +08:00
parent 06b687f408
commit 32d38cf512
6 changed files with 13 additions and 2 deletions
@@ -9,6 +9,9 @@ http {
sendfile on;
keepalive_timeout 65;
# Allow multipart uploads (profile images, docs). Default nginx limit is 1m.
client_max_body_size 10M;
# Logging
access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;