This website requires JavaScript.
Explore
Help
Sign In
opdavies
/
oliverdavies.uk-drupal-old
Watch
1
Star
0
Fork
You've already forked oliverdavies.uk-drupal-old
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
2a85a9ba65
oliverdavies.uk-drupal-old
/
tools
/
docker
/
images
/
php
/
configs
/
php.ini
4 lines
51 B
INI
Raw
Normal View
History
Unescape
Escape
Add Docker and Docker Compose
2021-02-09 12:00:00 +00:00
date.timezone
=
UTC
expose_php
=
Off
fix: nginx error when loading the site From https://stackoverflow.com/a/68314973: > Increasing the fastcgi_buffer_size in nginx config helped, but it seems more like a suppression the problem, not a treatment. > A better solution is to disable php-fpm to send logs by FastCGI. Found it can be made by setting fastcgi.logging=0 in php.ini (by default it is 1). php docs. > After changing it to 0, the problem goes away and nginx logs looks much cleaner docker logs nginx: Fixes: #463
2021-12-08 12:00:00 +00:00
fastcgi.logging
=
0
Reference in a new issue
Copy permalink