Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sygal-import-ws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
sygal-import-ws
Commits
2d9e1bde
Commit
2d9e1bde
authored
6 years ago
by
Bertrand Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
Docker: déplacement de la config PHP
parent
b51ec9f3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-3
1 addition, 3 deletions
Dockerfile
docker/fpm/conf.d/app.ini
+0
-3
0 additions, 3 deletions
docker/fpm/conf.d/app.ini
with
1 addition
and
6 deletions
Dockerfile
+
1
−
3
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
This diff is collapsed.
Click to expand it.
docker/fpm/conf.d/app.ini
+
0
−
3
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment