mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix and hide a few caddy warnings
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
feffba739a
commit
96f3ca2506
4 changed files with 17 additions and 0 deletions
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue