Initial commit.

This commit is contained in:
2019-12-22 22:58:44 +05:00
commit 6c197985df
13 changed files with 2232 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
[global]
pid = /var/run/php-fpm7.pid
include=/etc/php7/php-fpm.d/*.conf

View File

@@ -0,0 +1,31 @@
[rainloop]
user = nginx
group = nginx
listen = 127.0.0.1:9000
listen.owner = nginx
listen.group = nginx
listen.allowed_clients = 127.0.0.1
pm = dynamic
pm.max_children = 40
pm.start_servers = 4
pm.min_spare_servers = 4
pm.max_spare_servers = 36
pm.process_idle_timeout = 10s;
pm.max_requests = 100
catch_workers_output = yes
; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from
; the current environment.
; Default Value: clean env
env[HOSTNAME] = $HOSTNAME
env[PATH] = /usr/local/bin:/usr/bin:/bin
env[TMP] = /tmp
env[TMPDIR] = /tmp
env[TEMP] = /tmp
php_admin_value[memory_limit] = 128M

1945
configs/php7/php.ini Normal file

File diff suppressed because it is too large Load Diff