Skip to content
Snippets Groups Projects
Commit 0dbec361 authored by totten's avatar totten
Browse files

docs/framework/filesystem.md - Document more subdirs in [civicrm.files]

parent 8c738eeb
No related branches found
No related tags found
1 merge request!429framework/filesystem.md - Cleanup prose. Add table of `civicrm.files` subdirs.
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment