Syntax: | fastcgi_buffers |
---|---|
Default: | fastcgi_buffers 8 4k|8k; |
Context: | http , server , location |
Sets the number
and size
of the buffers used for reading a response from the FastCGI server, for a single connection. By default, the buffer size is equal to one memory page. This is either 4K or 8K, depending on a platform.
Please login to continue.