mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
adjust additional places
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
45973ef12e
commit
6d51b673fc
2 changed files with 6 additions and 6 deletions
|
|
@ -9,8 +9,8 @@ logfile_backups=10
|
||||||
loglevel=error
|
loglevel=error
|
||||||
|
|
||||||
[program:apache]
|
[program:apache]
|
||||||
# stdout_logfile=/dev/stdout
|
# Stdout logging is disabled as otherwise the logs are spammed
|
||||||
# stdout_logfile_maxbytes=0
|
stdout_logfile=NONE
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
command=apachectl -DFOREGROUND
|
command=apachectl -DFOREGROUND
|
||||||
|
|
|
||||||
|
|
@ -9,16 +9,16 @@ loglevel=error
|
||||||
user=root
|
user=root
|
||||||
|
|
||||||
[program:php-fpm]
|
[program:php-fpm]
|
||||||
# stdout_logfile=/dev/stdout
|
# Stdout logging is disabled as otherwise the logs are spammed
|
||||||
# stdout_logfile_maxbytes=0
|
stdout_logfile=NONE
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
command=php-fpm
|
command=php-fpm
|
||||||
user=root
|
user=root
|
||||||
|
|
||||||
[program:apache]
|
[program:apache]
|
||||||
# stdout_logfile=/dev/stdout
|
# Stdout logging is disabled as otherwise the logs are spammed
|
||||||
# stdout_logfile_maxbytes=0
|
stdout_logfile=NONE
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
command=httpd -DFOREGROUND
|
command=httpd -DFOREGROUND
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue