Skip to content

Commit

Permalink
fix: decorate_workers_output
Browse files Browse the repository at this point in the history
  • Loading branch information
Annavar-satish committed Sep 6, 2024
1 parent 252b148 commit 5f0c8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/php82/php-fpm.d/www.conf
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ catch_workers_output = yes
clear_env = no

; this will void the warning messages on the log output
decorate_workers_output = {{ default .Env.PHP_DECORATE_WORKERS_OUTPUT "off" }}
decorate_workers_output = {{ default .Env.PHP_DECORATE_WORKERS_OUTPUT "yes" }}
; Limits the extensions of the main script FPM will allow to parse. This can
; prevent configuration mistakes on the web server side. You should only limit
; FPM to .php extensions to prevent malicious users to use other extensions to
Expand Down

0 comments on commit 5f0c8ee

Please sign in to comment.