diff --git a/images/php-fpm/www.conf b/images/php-fpm/www.conf index 0902dda..fd2024e 100644 --- a/images/php-fpm/www.conf +++ b/images/php-fpm/www.conf @@ -10,3 +10,7 @@ pm.start_servers = 2 pm.min_spare_servers = 1 pm.max_spare_servers = 2 +; Log to stdout/stderr 'cause Nomad +; ....we really need to replace Nomad >_< +access.log = /proc/self/fd/2 +error_log = /proc/self/fd/2 \ No newline at end of file