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:
parent
8768a75b9b
commit
7f07e2ba8f
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue