From 7bb8021832ae7d6ab77a617ad60474477ecbd4c8 Mon Sep 17 00:00:00 2001 From: Mikael Kleinwort Date: Wed, 4 Dec 2024 11:56:18 +0100 Subject: [PATCH] Update permissions.md Added /wwwroot/umbraco to the list of folders where write permission is needed. This is to bring the docs in accordance with the Umbraco Health Check results. --- 15/umbraco-cms/fundamentals/setup/server-setup/permissions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/15/umbraco-cms/fundamentals/setup/server-setup/permissions.md b/15/umbraco-cms/fundamentals/setup/server-setup/permissions.md index 2bcaafb8efd..4872ff3dbfd 100644 --- a/15/umbraco-cms/fundamentals/setup/server-setup/permissions.md +++ b/15/umbraco-cms/fundamentals/setup/server-setup/permissions.md @@ -26,4 +26,5 @@ The permissions documentation should allow you to run a plain Umbraco install su |`/Views` |Modify / Full control |Should always have modify rights as the folder and its files are used for Templates and Partial views| |`/wwwroot/css` |Modify / Full control |Should always have modify rights as the folder and its files are used for css files.| |`/wwwroot/media` |Modify / Full control |Should always have modify rights as the folder and its files are used for Media files uploaded via the Umbraco CMS backoffice.| +|`/wwwroot/umbraco` |Modify / Full control |Should always have modify rights as the folder and its files are used by packages. Not part of your project by default.| |`/wwwroot/scripts` |Modify / Full control |Should always have modify rights as the folder and its files are used for script files.|