Commit d9636b9
docs(admin): clarify web server user and ownership requirements
The chown -R www-data:www-data command implied that ownership must be
www-data:www-data specifically. The actual requirement is that the web
server process user has read/write access to the Nextcloud directories.
Added a note clarifying:
- www-data is the Debian/Ubuntu default; RHEL/CentOS/Fedora uses apache
- Ownership is not strictly required — group membership + group-writable
permissions are sufficient in environments where chown is not possible
(shared hosting, Docker bind-mounts, VirtualBox shared folders, etc.)
Fixes #1239
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>1 parent 05a4532 commit d9636b9
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
221 | 231 | | |
222 | 232 | | |
223 | 233 | | |
| |||
0 commit comments