This is an old revision of the document!


  • Change the upload file size:
  • /etc/php.ini:
post_max_size
upload_max_filesize

and for nginx:

/etc/nginx/nginx.conf:
client_max_body_size 250M;