mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
first commit
This commit is contained in:
commit
5352a2b94a
396 changed files with 10008 additions and 0 deletions
18
system/BASE_SOFT/FPM/php-fpm.conf
Normal file
18
system/BASE_SOFT/FPM/php-fpm.conf
Normal file
|
@ -0,0 +1,18 @@
|
|||
;;;;;;;;;;;;;;;;;;;;;
|
||||
; FPM Configuration ;
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
[global]
|
||||
pid = /run/php5-fpm.pid
|
||||
error_log = /var/log/php5-fpm.log
|
||||
log_level = error
|
||||
emergency_restart_threshold = 0
|
||||
emergency_restart_interval = 0
|
||||
process_control_timeout = 0
|
||||
daemonize = yes
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;
|
||||
; Pool Definitions ;
|
||||
;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
include=/etc/php5/fpm/pool.d/*.conf
|
Loading…
Add table
Add a link
Reference in a new issue