nginx does not show php error logs.
according to
http://serverfault.com/questions/417102/nginx-not-logging-php-errors
setting catch_workers_output = true in /etc/php5/fpm/pool.d/www.conf
could solve the issue, but I just get 502 Bad Gateway
Also, can you recall in what using nginx is better than apache for oardocker ?
nginx does not show php error logs.
according to
http://serverfault.com/questions/417102/nginx-not-logging-php-errors
setting
catch_workers_output = truein /etc/php5/fpm/pool.d/www.confcould solve the issue, but I just get
502 Bad GatewayAlso, can you recall in what using nginx is better than apache for oardocker ?