This is an old revision of the document!
- add the upload file type: conf/mime.conf
- 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;
This is an old revision of the document!
post_max_size upload_max_filesize
and for nginx:
/etc/nginx/nginx.conf: client_max_body_size 250M;