FOXCOO
Chevereto Member
I've been getting Server error (Internal server error) when trying to upload video files around 500M recently. I tried and confirmed the configuration of nginx and php. Now I have a guess.
Found the reason why I can't upload files over 100m, it's not php, it's not nginx, it's cloudflare's cdn. My website domain is open ‘small cloud’, and CF is free users maximum http request only 100m, so more than 100m files can not be uploaded, turn it off everything is normal.
Now the commonly used online discs all support chunk upload, divide large files into 20m or 25m chunks to upload, so you can use CF's small cloud to upload.
Is my guess right?
Found the reason why I can't upload files over 100m, it's not php, it's not nginx, it's cloudflare's cdn. My website domain is open ‘small cloud’, and CF is free users maximum http request only 100m, so more than 100m files can not be uploaded, turn it off everything is normal.
Now the commonly used online discs all support chunk upload, divide large files into 20m or 25m chunks to upload, so you can use CF's small cloud to upload.
Is my guess right?