moved nginx logs to /data/logs

This commit is contained in:
2025-07-30 11:39:28 +02:00
parent 21153f7909
commit 0daadbf0f1
7 changed files with 8 additions and 12 deletions

View File

@@ -124,5 +124,9 @@ EOF
touch /app/htpasswd
# make sure nginx can log
mkdir -p /data/logs
chown -R "${USERNAME}" /data/logs
echo starting nginx
nginx