Skip to content

Commit

Permalink
Fix issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
joglomedia committed Aug 15, 2019
1 parent 72d7371 commit 1884f73
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions etc/php/5.6/fpm/php-fpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ error_log = /var/log/php5.6-fpm.log
; of '0' means 'Off'.
; Default Value: 0
;emergency_restart_threshold = 0
emergency_restart_threshold = 10

; Interval of time used by emergency_restart_interval to determine when
; a graceful restart will be initiated. This can be useful to work around
Expand All @@ -54,12 +55,14 @@ error_log = /var/log/php5.6-fpm.log
; Default Unit: seconds
; Default Value: 0
;emergency_restart_interval = 0
emergency_restart_interval = 60

; Time limit for child processes to wait for a reaction on signals from master.
; Available units: s(econds), m(inutes), h(ours), or d(ays)
; Default Unit: seconds
; Default Value: 0
;process_control_timeout = 0
process_control_timeout = 10

; The maximum number of processes FPM will fork. This has been design to control
; the global number of processes when using dynamic PM within a lot of pools.
Expand Down
3 changes: 3 additions & 0 deletions etc/php/7.0/fpm/php-fpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ error_log = /var/log/php7.0-fpm.log
; of '0' means 'Off'.
; Default Value: 0
;emergency_restart_threshold = 0
mergency_restart_threshold = 10

; Interval of time used by emergency_restart_interval to determine when
; a graceful restart will be initiated. This can be useful to work around
Expand All @@ -54,12 +55,14 @@ error_log = /var/log/php7.0-fpm.log
; Default Unit: seconds
; Default Value: 0
;emergency_restart_interval = 0
emergency_restart_interval = 60

; Time limit for child processes to wait for a reaction on signals from master.
; Available units: s(econds), m(inutes), h(ours), or d(ays)
; Default Unit: seconds
; Default Value: 0
;process_control_timeout = 0
process_control_timeout = 10

; The maximum number of processes FPM will fork. This has been design to control
; the global number of processes when using dynamic PM within a lot of pools.
Expand Down
3 changes: 3 additions & 0 deletions etc/php/7.1/fpm/php-fpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ error_log = /var/log/php7.1-fpm.log
; of '0' means 'Off'.
; Default Value: 0
;emergency_restart_threshold = 0
emergency_restart_threshold = 10

; Interval of time used by emergency_restart_interval to determine when
; a graceful restart will be initiated. This can be useful to work around
Expand All @@ -54,12 +55,14 @@ error_log = /var/log/php7.1-fpm.log
; Default Unit: seconds
; Default Value: 0
;emergency_restart_interval = 0
emergency_restart_interval = 60

; Time limit for child processes to wait for a reaction on signals from master.
; Available units: s(econds), m(inutes), h(ours), or d(ays)
; Default Unit: seconds
; Default Value: 0
;process_control_timeout = 0
process_control_timeout = 10

; The maximum number of processes FPM will fork. This has been designed to control
; the global number of processes when using dynamic PM within a lot of pools.
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# PHP Installer
# Min. Requirement : GNU/Linux Ubuntu 14.04 & 16.04
# Last Build : 02/08/2019
# Last Build : 15/08/2019
# Author : ESLabs.ID (eslabs.id@gmail.com)
# Since Version : 1.0.0

Expand Down

0 comments on commit 1884f73

Please sign in to comment.