oliverdavies.uk-drupal-old/tools
Oliver Davies 2a85a9ba65 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 10:58:39 +00:00
..
assets/development Add Docker and Docker Compose 2021-02-11 08:53:15 +00:00
deployment fix: become the root user 2021-11-28 22:02:17 +00:00
docker fix: nginx error when loading the site 2021-12-08 10:58:39 +00:00
patches/plausible Fix Plausible loading for authenticated users 2021-01-30 17:22:28 +00:00
scripts/git-hooks Add pre-push Git hooks [ci skip] 2021-05-22 14:37:49 +01:00