Initial commit. Version 2.17.0.
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
4
configs/php8/php-fpm.conf
Normal file
4
configs/php8/php-fpm.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
[global]
|
||||
pid = /var/run/php-fpm8.pid
|
||||
|
||||
include=/etc/php8/php-fpm.d/*.conf
|
31
configs/php8/php-fpm.d/snappymail.conf
Normal file
31
configs/php8/php-fpm.d/snappymail.conf
Normal file
@@ -0,0 +1,31 @@
|
||||
[snappymail]
|
||||
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/php8/php.ini
Normal file
1945
configs/php8/php.ini
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user