fix and hide a few caddy warnings

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-02-11 20:49:30 +01:00
parent feffba739a
commit 96f3ca2506
4 changed files with 17 additions and 0 deletions

View file

@ -280,4 +280,10 @@ export TZ=UTC
# Fix apache startup
rm -f /var/run/apache2/httpd.pid
# Fix the Caddyfile format
caddy fmt --overwrite /Caddyfile
# Fix caddy log
chmod 777 /root
exec "$@"