Commit a031150
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 6dee9c5 commit a031150
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
240 | 250 | | |
241 | 251 | | |
242 | 252 | | |
| |||
0 commit comments