Increase default buffer sizes
This commit is contained in:
parent
73b6bb022a
commit
4480e21fea
@ -32,6 +32,11 @@ http {
|
|||||||
# Limits & Timeouts
|
# Limits & Timeouts
|
||||||
include global/limits.conf;
|
include global/limits.conf;
|
||||||
|
|
||||||
|
# Some WP plugins that push large amounts of data via cookies
|
||||||
|
# can cause 500 HTTP erros if these values aren't increased.
|
||||||
|
fastcgi_buffers 16 16k;
|
||||||
|
fastcgi_buffer_size 32k;
|
||||||
|
|
||||||
# Default Logs
|
# Default Logs
|
||||||
error_log /var/log/nginx/error.log warn;
|
error_log /var/log/nginx/error.log warn;
|
||||||
access_log /var/log/nginx/access.log;
|
access_log /var/log/nginx/access.log;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user