LycheeOrg / Lychee-Docker

Docker image for Lychee
https://lycheeorg.github.io/
167 stars 55 forks source link

Hard coded php.ini max_post_size not working #138

Closed huntson closed 1 year ago

huntson commented 1 year ago

I have hard coded into the php.ini file in the /cli and /fpm a max upload size and a max post size of 10000M and then restarted the container. After attempting to upload a video that is 600M to Lychee, it completes and then errors out: "Upload Failed. The PHP post_max_size may be too small! Otherwise check the FAQ"

Any ideas?

huntson commented 1 year ago

Following the info here allowed me to change Nginx.conf variables that fixed this:

https://lycheeorg.github.io/docs/docker.html