File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ [global]
2+ pid = /var/run/hestia-php.pid
3+ daemonize = yes
4+
5+ [www]
6+ user = admin
7+ group = admin
8+ listen = /var/run/hestia-php.sock
9+ listen.owner = admin
10+ listen.group = admin
11+ listen.mode = 0660
12+
13+ pm = dynamic
14+ pm.max_children = 5
15+ pm.start_servers = 2
16+ pm.min_spare_servers = 1
17+ pm.max_spare_servers = 3
18+
19+ env[HOSTNAME] = $HOSTNAME
20+ env[PATH] = /usr/local/bin:/usr/bin:/bin
21+ env[TMP] = /tmp
22+ env[TMPDIR] = /tmp
23+ env[TEMP] = /tmp
24+ env[HESTIA] = $HESTIA
25+ env[VESTA] = $HESTIA
26+ env[LANG] = en_US.UTF-8
27+ php_flag[display_errors] = off
28+ php_admin_value[error_log] = /usr/local/hestia/log/fpm-php.log
29+ php_admin_flag[log_errors] = on
30+ php_admin_value[memory_limit] = 256M
31+ php_admin_value[post_max_size] = 512M
32+ php_admin_value[upload_max_filesize] = 512M
33+ php_admin_value[max_execution_time] = 600
34+ php_admin_value[max_input_time] = 600
35+ php_admin_value[session.save_path] = /usr/local/hestia/data/sessions
You can’t perform that action at this time.
0 commit comments