update(): alpine 3.7

This commit is contained in:
Hardware
2018-01-13 14:57:15 +01:00
parent 94d9d894c3
commit 7b8e9f7c5e
9 changed files with 125 additions and 40 deletions

View File

@@ -0,0 +1,14 @@
[global]
daemonize = no
[www]
listen = /tmp/php-fpm.sock
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
chdir = /
php_admin_value[expose_php] = Off
php_admin_value[post_max_size] = <UPLOAD_MAX_SIZE>
php_admin_value[upload_max_filesize] = <UPLOAD_MAX_SIZE>