bump version to 80 and fix typo in path

This commit is contained in:
2022-05-06 16:45:47 +02:00
parent 9134682667
commit cab43c2162
3 changed files with 10 additions and 5 deletions

View File

@@ -22,6 +22,8 @@ php_fpm_listen_url: default 127.0.0.1:90{{ php_version }}
php_pm: static
php_pm_max_children: 1000
php_pm_max_requests: 10000
php_min_spare_servers: 5
php_max_spare_servers: 35
php_pm_status_url: /phpstatus
php_packages: [ 'php{{ php_version }}-php-common' ]