Post
Yo Chad. Are you using nginx? Make sure in the main config you set client_max_body_size to something larger. http { ## # Basic Settings ## sendfile on; tcp_nopush on; types_hash_max_size 2048; client_max_body_size 100M;
0