mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
adjust things
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
2371dfd296
commit
01e8e11fa2
5 changed files with 45 additions and 47 deletions
|
|
@ -7,20 +7,24 @@ childlogdir=/var/log/supervisord/
|
|||
logfile_maxbytes=50MB
|
||||
logfile_backups=10
|
||||
loglevel=error
|
||||
user=www-data
|
||||
environment=HOME="/var/www/docker-aio",USER="www-data"
|
||||
|
||||
[program:apache]
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
command=apache2-foreground
|
||||
user=www-data
|
||||
environment=HOME="/var/www/docker-aio",USER="www-data"
|
||||
|
||||
[program:caddy]
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
command=/usr/bin/caddy run -config /Caddyfile
|
||||
user=www-data
|
||||
environment=HOME="/var/www/docker-aio",USER="www-data"
|
||||
|
||||
[program:cron]
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
command=/cron.sh
|
||||
user=www-data
|
||||
environment=HOME="/var/www/docker-aio",USER="www-data"
|
||||
Loading…
Add table
Add a link
Reference in a new issue