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:
@@ -9,6 +9,8 @@ http {
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
|
||||
client_max_body_size 128M;
|
||||
|
||||
# Logging
|
||||
access_log /var/log/nginx/access.log;
|
||||
error_log /var/log/nginx/error.log;
|
||||
|
||||
Reference in New Issue
Block a user