installation/nextcloud_itopie.md: syntax fix authored by Donna Sayed's avatar Donna Sayed
...@@ -308,7 +308,7 @@ ...@@ -308,7 +308,7 @@
# nano /srv/nextcloud/config/config.php # nano /srv/nextcloud/config/config.php
``` ```
- Remplacer localhost par ${WEBSITENAME.TLD}, puis se connecter à Nextcloud via son navigateur - Remplacer localhost par ${WEBSITENAME.TLD}, puis se connecter à Nextcloud via son navigateur
- Exemple du fichier config.php : - Exemple du fichier config.php :\
**ATTENTION**, le data directory se trouve en dehors du dossier racine nextcloud ! **ATTENTION**, le data directory se trouve en dehors du dossier racine nextcloud !
``` ```
<?php <?php
...@@ -421,7 +421,7 @@ ...@@ -421,7 +421,7 @@
* Log Reader (base) * Log Reader (base)
* Monitoring (base) * Monitoring (base)
* Nextcloud announcements (base) * Nextcloud announcements (base)
* Nextcloud office (base) * Nextcloud office (base)\
**ATTENTION**, configurer Netxcloud office dans `Paramètres d'administration>Nextcloud office` **ATTENTION**, configurer Netxcloud office dans `Paramètres d'administration>Nextcloud office`
`Utilisez votre propre serveur : https://office.inubo.ch` `Utilisez votre propre serveur : https://office.inubo.ch`
* Notifications (base) * Notifications (base)
... ...
......