summaryrefslogtreecommitdiffstats
path: root/php-fpm.conf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-08-31 17:44:58 +0200
committerRemi Collet <fedora@famillecollet.com>2014-08-31 17:44:58 +0200
commit715cbfd065bc38541d67a9e91c11a0308a63fc9b (patch)
treef862ca0c6520a79278aa5d181e72bad39ef9391b /php-fpm.conf
parentaf54b5064e163d80e6843cc0e617b09bc4607854 (diff)
php54-php: update to 5.4.32
Diffstat (limited to 'php-fpm.conf')
-rw-r--r--php-fpm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-fpm.conf b/php-fpm.conf
index c9760eb..5ec98ea 100644
--- a/php-fpm.conf
+++ b/php-fpm.conf
@@ -50,7 +50,7 @@ error_log = /var/log/php-fpm/error.log
; Send FPM to background. Set to 'no' to keep FPM in foreground for debugging.
; Default Value: yes
-daemonize = no
+daemonize = yes
;;;;;;;;;;;;;;;;;;;;
; Pool Definitions ;