Commit 0c6a7625 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Ajout apache reload manquant

parent 2e4a4c6c
Loading
Loading
Loading
Loading
+1 −0
Changes for Dockerfile: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -35,4 +35,5 @@ ADD docker/fpm/conf.d/app.ini ${PHP_CONF_DIR}/fpm/conf.d/app.ini
COPY docker/entrypoint.d/* /entrypoint.d/

RUN a2ensite app app-ssl && \
    service apache2 reload && \
    service php${PHP_VERSION}-fpm reload
+1 −0
Changes for Dockerfile.sh: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -48,4 +48,5 @@ cp docker/fpm/pool.d/app.conf ${PHP_CONF_DIR}/fpm/pool.d/sygal.conf
cp docker/fpm/conf.d/app.ini   ${PHP_CONF_DIR}/fpm/conf.d/sygal.ini

a2ensite sygal sygal-ssl && \
    service apache2 reload && \
    service php${PHP_VERSION}-fpm reload