mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
use correct config syntax
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
1cf6f995d4
commit
56af317778
3 changed files with 25 additions and 25 deletions
|
|
@ -20,4 +20,4 @@ stdout_logfile=/dev/stdout
|
||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
command=/usr/bin/caddy run -config /Caddyfile
|
command=/usr/bin/caddy run --config /Caddyfile
|
||||||
|
|
@ -20,7 +20,7 @@ stdout_logfile=/dev/stdout
|
||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
command=sudo -u www-data /usr/bin/caddy run -config /Caddyfile
|
command=sudo -u www-data /usr/bin/caddy run --config /Caddyfile
|
||||||
|
|
||||||
[program:cron]
|
[program:cron]
|
||||||
stdout_logfile=/dev/stdout
|
stdout_logfile=/dev/stdout
|
||||||
|
|
|
||||||
|
|
@ -34,4 +34,4 @@ stdout_logfile=/dev/stdout
|
||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
command=signaling -config /etc/signaling/server.conf
|
command=signaling --config /etc/signaling/server.conf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue