Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please do not modify some PHP fpm values #189

Open
tio-trom opened this issue Sep 7, 2022 · 5 comments
Open

Please do not modify some PHP fpm values #189

tio-trom opened this issue Sep 7, 2022 · 5 comments

Comments

@tio-trom
Copy link

tio-trom commented Sep 7, 2022

Many Wordpress websites and plugins require bigger values for the php-fpm /etc/php/8.0/fpm/pool.d. Your defaults of 50M and 65M respectively are too low. Mine are

php_admin_value[upload_max_filesize] = 512M
php_admin_value[memory_limit] = 512M
php_admin_value[post_max_size] = 512M

And I have over 10 WP websites with YNH. Every time YNH pushes an update, it changes these values and I wonder why? If these values are manually changed (for good reasons) can you please leave them as they are?

@tituspijean
Copy link
Member

To be fixed by re-introducing the config panel, similarly to YunoHost-Apps/nextcloud_ynh#500.

@tio-trom
Copy link
Author

tio-trom commented Sep 7, 2022

To be fixed by re-introducing the config panel, similarly to YunoHost-Apps/nextcloud_ynh#500.

Awesome! Thank you!

@iambabs-com
Copy link

Hi,
I'm interested in the subject since I got the same situation, but I haven't understood the solution. Could you be more explicit for newbies like me ? ;-) Thanks in advance.

@tituspijean
Copy link
Member

tituspijean commented Oct 19, 2022

For a "newbie like you", the solution would be "wait for it to be fixed". 😓

To be more explicit, the linked PR reinstated some user-tunable settings in config panel. I was hinting that a similar work needed to be done to add the settings mentioned above.

@iambabs-com
Copy link

You mean soon a setting will be on yuno admin panel ?
OK then for isntance I still manually change the php conf ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants