Tuesday, April 5, 2016

remove OMV Webdav filesize limit

you need to Change here

/etc/php5/fpm/php.ini


Source Code

  1. upload_max_filesize = 100M
  2. 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

  1. client_max_body_size xxxxM;


xxxx is your limit

then via SSH run

Source Code

  1. service php5-fpm reload
  2. 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