align with debian, php 8.3

This commit is contained in:
Benjamin Brummer
2025-01-12 10:46:52 +00:00
parent c69093a265
commit 7a171b96c7
3 changed files with 27 additions and 35 deletions

View File

@@ -6,7 +6,6 @@ logfile_maxbytes=0
loglevel=info
[program:php-fpm]
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
@@ -15,7 +14,6 @@ command=php-fpm
[program:scheduler]
autorestart=true
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
@@ -25,7 +23,6 @@ command=php artisan schedule:work
[program:queue-worker]
process_name=%(program_name)s_%(process_num)02d
autorestart=true
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr