From 4bff411935148a9e2fb1fa06297507c2be339d45 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 20 Jun 2023 15:41:13 +0200 Subject: [PATCH] fix permissions for nginx --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 2d780e0..a92c9cd 100644 --- a/scripts/restore +++ b/scripts/restore @@ -32,7 +32,7 @@ mkdir -p $data_dir/data/{static,media,music} chmod 750 "$data_dir/" chmod -R o-rwx "$data_dir/" -chown -R $app:$app "$data_dir/" +chown -R $app:www-data "$data_dir/" #================================================= # RESTORE THE NGINX CONFIGURATION