Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
sygal-import-ws
Commits
2d9e1bde
Commit
2d9e1bde
authored
Sep 21, 2018
by
Bertrand Gauthier
Browse files
Docker: déplacement de la config PHP
parent
b51ec9f3
Changes
2
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
2d9e1bde
...
...
@@ -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
docker/fpm/conf.d/app.ini
View file @
2d9e1bde
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment