1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yeswiki_ynh.git synced 2024-09-03 18:05:56 +02:00

Add ASYNC_PHP_BINARY env var in extra_php-fpm.conf

This commit is contained in:
Lab-8916100448256 2024-02-20 18:46:47 +01:00 committed by GitHub
parent 0ff9e7a012
commit b9dfe7a645
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,3 +2,5 @@
php_admin_value[upload_max_filesize] = 500M
php_admin_value[post_max_size] = 500M
; php binary to use for async processes
env[ASYNC_PHP_BINARY] = /usr/bin/php8.2