YunoHost-Apps / lychee_ynh

Lychee package for YunoHost
https://lycheeorg.github.io/
GNU General Public License v3.0
10 stars 3 forks source link

Better default limit size #39

Closed HyroVitalyProtago closed 1 year ago

HyroVitalyProtago commented 2 years ago

I think we just need to uncomment this two lines in the php-fpm conf, because the default php values are too tiny. https://github.com/YunoHost-Apps/lychee_ynh/blob/3b2351d9fa198be0477ee51b8c7ee147926a3667/conf/php-fpm.conf#L422-L423

pinq- commented 2 years ago

did you manage change this setting somehow?

ericgaspar commented 2 years ago

changes have been added to the testing branch.

pinq- commented 2 years ago

In the mean time, how can I increase filesize limit? Where I can find the settings?

tituspijean commented 1 year ago

PHP upload file limit can be manually tweaked in /etc/php/$PHP_VERSION/pool.d/lychee.conf. Currently $PHP_VERSION = 8.0.

Closing, since eric increased it the aforementioned pull requests.