Skip to content

Commit

Permalink
Merge pull request #38 from startersclan/fix/fix-logging-of-web-to-in…
Browse files Browse the repository at this point in the history
…clude-php-logs

Fix: Fix logging of `web` to include php logs
  • Loading branch information
leojonathanoh committed Nov 23, 2023
2 parents 2226fdd + 3d0533b commit 085cd96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/web/usr/local/etc/php-fpm.d/php-fpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ log_limit = 8192
log_buffering = no

[default]
access.log = /proc/self/fd/2
listen = 9000
user = www-data
listen.owner = www-data
Expand All @@ -24,6 +25,7 @@ catch_workers_output = yes
decorate_workers_output = no
chdir = /
pm.status_path = /status
security.limit_extensions = .php
php_admin_value[log_errors] = On
php_admin_value[expose_php] = Off
php_admin_value[display_errors] = Off
Expand Down

0 comments on commit 085cd96

Please sign in to comment.