From 5bf17946ad954e28819530bbffabc059f9629b7f Mon Sep 17 00:00:00 2001 From: Thomas Dannenberg Date: Thu, 4 Sep 2025 15:47:48 +0000 Subject: [PATCH] Kapitel 7/Tutorial.md aktualisiert --- Kapitel 7/Tutorial.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Kapitel 7/Tutorial.md b/Kapitel 7/Tutorial.md index b17d923..9add856 100644 --- a/Kapitel 7/Tutorial.md +++ b/Kapitel 7/Tutorial.md @@ -243,6 +243,9 @@ $CONFIG = array ( ], ); ``` +```bash +chown -R www-data:www-data /srv/nextcloud/app/nextcloud/config +``` > [!TIP] > `trusted_proxies` kann z. B. `10.0.0.1` sein, wenn NPM im selben Netz läuft.