1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

nginx: increase fastcgi buffer size (#246)

This commit is contained in:
Richard Kojedzinszky 2021-12-30 03:11:37 +01:00 committed by GitHub
parent 8768a75b9b
commit 7f07e2ba8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,6 +91,7 @@ http {
fastcgi_index index.php;
fastcgi_pass unix:/var/run/php-fpm/php-fpm7.sock;
fastcgi_buffers 256 4k;
fastcgi_buffer_size 32k;
fastcgi_intercept_errors on;
fastcgi_read_timeout 14400;
}