From 6fb60ed918afabd5b6c2d70596e19c768daa18c5 Mon Sep 17 00:00:00 2001 From: Bertrand Gauthier <bertrand.gauthier@unicaen.fr> Date: Mon, 1 Jul 2019 16:15:36 +0200 Subject: [PATCH] Doc d'install : correction section concernant la PROD. --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index c4041ef..6ab1791 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -79,14 +79,14 @@ git checkout --force 1.1.4 && bash install.sh ### Configuration du moteur PHP pour SyGAL -Si l'on est sur un serveur de PROD, corrigez les lignes suivantes du fichier de config PHP +Si vous ĂȘtes sur un serveur de PROD, corrigez les lignes suivantes du fichier de config PHP `/etc/php/7.0/fpm/conf.d/90-app.ini` : - ... display_errors = Off ... opcache.enable = 1 ... + xdebug.remote_enable = 0 ### Fichiers de config de l'application -- GitLab