1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/privatebin_ynh.git synced 2024-09-03 20:15:56 +02:00
privatebin_ynh/conf/extra_php-fpm.conf
Éric Gaspar ca9f03c500
Php (#18)
* Update _common.sh

* Auto-update README

* add config panel

* fix

* Update config_panel.toml

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-12-24 21:17:33 +01:00

5 lines
No EOL
181 B
Text

; Additional php.ini defines, specific to this pool of workers.
php_admin_value[upload_max_filesize] = 50M
php_admin_value[memory_limit] = 50M
php_admin_value[post_max_size] = 256M