Nextcloud 100MB limit

Status
Not open for further replies.

twsps

Contributor
Joined
Jul 10, 2018
Messages
113
When I'm using webDAV on nextcloud, it seems like there's a maximum file size for uploading. I'm currently uploading 126MB file where I followed the guide and set as 1999M, also I've adjust the part in nextcloud settings for 5GB. 26MB file works fine, but not 126MB. The error reports as HTTP/1.1 413 Request Entity Too Large. How would I solve this?

Thanks.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
When I'm using webDAV on nextcloud, it seems like there's a maximum file size for uploading. I'm currently uploading 126MB file where I followed the guide and set as 1999M, also I've adjust the part in nextcloud settings for 5GB. 26MB file works fine, but not 126MB. The error reports as HTTP/1.1 413 Request Entity Too Large. How would I solve this?

Thanks.
I think nextcloud is a PHP app, so it may be worth looking at PHP.ini which certainly will have some max... Parameters controlling uploads.
 
Last edited:

twsps

Contributor
Joined
Jul 10, 2018
Messages
113
I think nextcloud is a PHP app, so it may be worth looking at PHP.ini which certainly will have some max... Parameters controlling uploads.
I did already, I've also changed to 5GB to make sure the limit
Code:
find cgi.fix_pathinfo=0 change from =0 to =1

find date.timezone = Change to your timezone (America/New_York) [ SEE: http://php.net/manual/en/timezones.php ]

find post_max_size= change it to 1999M

find upload_max_size= change to 1999M

I followed this guide: https://forums.freenas.org/index.ph...ll-checks-passed-updated-to-use-iocage.61934/
 

twsps

Contributor
Joined
Jul 10, 2018
Messages
113
I did already, I've also changed to 5GB to make sure the limit
Code:
find cgi.fix_pathinfo=0 change from =0 to =1

find date.timezone = Change to your timezone (America/New_York) [ SEE: http://php.net/manual/en/timezones.php ]

find post_max_size= change it to 1999M

find upload_max_size= change to 1999M

I followed this guide: https://forums.freenas.org/index.ph...ll-checks-passed-updated-to-use-iocage.61934/
I found out the problem appears to be cloudflare's limit. Thanks.
 
Status
Not open for further replies.
Top