This was due to the following param in Nginx.conf under http section, Just change it to maximum size of you want to upload
example
client_max_body_size 5M;
Alter table oc_currency change column symbol_left symbol_left varchar(50);
Update oc_currency set symbol_left='<i class="fa fa-inr"> </i>' where currency_id=4;