remove OMV Webdav filesize limit
you need to Change here
and you need to update the real conf file for the webdav
located here
xxxx is your limit
then via SSH run
or restart
Let me know, since I updated a lot of other files in the course of this .
Have a nice Sync
you need to Change here
/etc/php5/fpm/php.ini
Source Code
- upload_max_filesize = 100M
- post_max_size = 100M
and you need to update the real conf file for the webdav
located here
/etc/nginx/sites-available/openmediavault-webgui
Source Code
- client_max_body_size xxxxM;
xxxx is your limit
then via SSH run
Source Code
- service php5-fpm reload
- service nginx reload
or restart
Let me know, since I updated a lot of other files in the course of this .
Have a nice Sync
No comments:
Post a Comment