Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pixel Humain
docker
Commits
fd8a052a
Commit
fd8a052a
authored
Nov 21, 2019
by
thomas craipeau
Browse files
update config php front
parent
32111fb9
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker-front/Dockerfile
View file @
fd8a052a
...
...
@@ -50,7 +50,7 @@ RUN sed -i "s/user = www-data/user = root/" /usr/local/etc/php-fpm.d/www.conf &&
# Add configuration files
COPY
front-conf/nginx.conf /etc/nginx/
COPY
front-conf/supervisord.conf /etc/supervisor/conf.d/
COPY
front-conf/php.ini /usr/local/etc/php/
fpm/
conf.d/40-custom.ini
COPY
front-conf/php.ini /usr/local/etc/php/conf.d/40-custom.ini
COPY
front-conf/communecter.conf /etc/nginx/conf.d/
EXPOSE
80 443 9001
...
...
docker-front/front-conf/php.ini
View file @
fd8a052a
...
...
@@ -13,3 +13,5 @@ display_errors = on
; Use PHP short tags
short_open_tag
=
on
output_buffering
=
on
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