diff --git a/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/20tt-rss b/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/20tt-rss index 127d6b4..4befec1 100644 --- a/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/20tt-rss +++ b/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/20tt-rss @@ -1,7 +1,7 @@ { if ($PHP_VERSION eq '71'){ if ((${'tt-rss'}{status} || 'disabled') eq 'enabled'){ - my $id = 'tt-rss; + my $id = 'tt-rss'; $OUT .=<<_EOF; [php$PHP_VERSION-$id] @@ -16,7 +16,7 @@ pm.max_children = 15 pm.start_servers = 3 pm.min_spare_servers = 3 pm.max_spare_servers = 4 -pm.max_requests = 5000 +pm.max_requests = 1000 request_terminate_timeout = 30 php_admin_value[session.save_path] = /var/lib/php/$id/session php_admin_value[opcache.file_cache] = /var/lib/php/$id/opcache