Skip to content
Snippets Groups Projects
Commit 2d9e1bde authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Docker: déplacement de la config PHP

parent b51ec9f3
Branches
Tags
No related merge requests found
......@@ -8,14 +8,12 @@ RUN ln -sf /dev/stdout /var/log/apache2/access.log
RUN ln -sf /dev/stdout /var/log/apache2/other_vhosts_access.log
RUN ln -sf /dev/stderr /var/log/apache2/error.log
# Config PHP.
ADD docker/php.conf ${PHP_CONF_DIR}/fpm/conf.d/sygal-import-ws.ini
# Configuration Apache et FPM
ADD docker/apache-ports.conf ${APACHE_CONF_DIR}/ports.conf
ADD docker/apache-site.conf ${APACHE_CONF_DIR}/sites-available/sygal-import-ws.conf
ADD docker/apache-site-ssl.conf ${APACHE_CONF_DIR}/sites-available/sygal-import-ws-ssl.conf
ADD docker/fpm/pool.d/app.conf ${PHP_CONF_DIR}/fpm/pool.d/sygal-import-ws.conf
ADD docker/fpm/conf.d/app.ini ${PHP_CONF_DIR}/fpm/conf.d/
RUN a2ensite sygal-import-ws sygal-import-ws-ssl && \
service php7.0-fpm reload
......@@ -12,9 +12,6 @@ memory_limit = 256M
opcache.enable = 0
#upload_max_filesize = 51M
#post_max_size = 60M
xdebug.remote_enable = 1
xdebug.remote_connect_back = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment