When im trying to upload more than 1mb im getting this error:
I tried configuring my nginx.conf file, I've added this line to inside http { }:
'client_max_body_size 100M;'
and restarted nginx: service nginx restart
but I still get 413 request entity too large.
I feel like I'm missing something because when I tried to search my problem the client_max_body_size solve their problem.