Merge pull request #958 from jeanremy/master

Update app_nextcloud_fr.md
This commit is contained in:
Alexandre Aubin 2019-03-23 18:17:46 +01:00 committed by GitHub
commit a7047fe54e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```