mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update app_nextcloud_fr.md
Changement du groupe www-data -> nextcloud
This commit is contained in:
parent
edea217408
commit
93eb4472e8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ systemctl stop nginx
|
|||
Pour l'instant seul root peut y écrire dans `/media/stockage`; ce qui signifie que nginx et nextcloud ne pourront donc pas l'utiliser.
|
||||
|
||||
```bash
|
||||
chown -R nextcloud:www-data /media/stockage
|
||||
chown -R nextcloud:nextcloud /media/stockage
|
||||
chmod 775 -R /media/stockage
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue