From 0dbec3614fe24b162b456dcd79e1025bfdef0115 Mon Sep 17 00:00:00 2001 From: Tim Otten <totten@civicrm.org> Date: Thu, 19 Oct 2017 08:56:50 -0700 Subject: [PATCH] docs/framework/filesystem.md - Document more subdirs in [civicrm.files] --- docs/framework/filesystem.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/framework/filesystem.md b/docs/framework/filesystem.md index e3b5c509..bb680d90 100644 --- a/docs/framework/filesystem.md +++ b/docs/framework/filesystem.md @@ -167,6 +167,8 @@ These folders include: | `imageUploadDir` | `[civicrm.files]/persist/contribute` | Allow file reads but prohibit directory listing | Writes and reads vary widely (depending on use-case/config). | `templateCompileDir` | `[civicrm.files]/templates_c` | Prohibit all web access | Writes should be infrequent. Reads are very frequent. | `uploadDir` | `[civicrm.files]/upload` | Prohibit all web access | Writes and reads vary widely (depending on use-case/config). +| `customFileUploadDir` | `[civicrm.files]/custom` | Prohibit all web access | Writes and reads vary widely (depending on use-case/config). +| `extensionsDir` | `[civicrm.files]/ext` | Allow file reads but prohibit directory listing | Writes should be infrequent. Reads are very frequent. !!! tip "Advanced filesystem and web server configurations" -- GitLab