1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Add running directory

This commit is contained in:
lapineige 2023-08-28 16:03:19 +02:00 committed by GitHub
parent a4f907e358
commit 2a613f3dd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,8 @@ listen = /var/run/php/php__PHPVERSION__-fpm-__APP__.sock
listen.owner = www-data
listen.group = www-data
chdir = __INSTALL_DIR__
pm = ondemand
pm.max_children = 24
pm.max_requests = 500