Skip to content

Commit

Permalink
Merge pull request #12 from jrjohnson/fix-clear-env
Browse files Browse the repository at this point in the history
Fix to php-fpm configuration
  • Loading branch information
jrjohnson authored Jul 12, 2017
2 parents 265cbe4 + dd070af commit f5f7888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php-fpm/php-fpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ include = /etc/php7/fpm.d/*.conf

[global]
error_log = /var/log/php-fpm.log
clear_env = no

;;;;;;;;;;;;;;;;;;;;
; Pool Definitions ;
Expand All @@ -24,4 +23,5 @@ pm = dynamic
pm.max_children = 20
pm.min_spare_servers = 2
pm.max_spare_servers = 3
pm.start_servers = 2;
pm.start_servers = 2
clear_env = no

0 comments on commit f5f7888

Please sign in to comment.