Skip to content

Commit

Permalink
Send PHP-FPM errors to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwindell committed Apr 5, 2015
1 parent 5750654 commit 7ba9f13
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN /build.sh

COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY nginx.conf /etc/nginx/nginx.conf
COPY nginx-default /etc/nginx/conf.d/default
COPY nginx-default.conf /etc/nginx/conf.d/default
COPY php-fpm.conf /usr/local/etc/php-fpm.conf
COPY php.ini /usr/local/etc/php/php.ini

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion php-fpm.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[global]

daemonize = no
error_log = stderr
error_log = /proc/self/fd/2

emergency_restart_threshold = 10
emergency_restart_interval = 1m
Expand Down
1 change: 0 additions & 1 deletion php.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[PHP]
display_errors = stderr
short_open_tag = Off
output_buffering = 4096
expose_php = Off
register_argc_argv = Off

Expand Down

0 comments on commit 7ba9f13

Please sign in to comment.