Commit 6fb60ed9 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Doc d'install : correction section concernant la PROD.

parent d6cd143c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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