bump up proxy buffer size

This commit is contained in:
Sam 2017-12-11 09:29:47 +11:00
parent edd7cb4f0d
commit 394abbe26b

View File

@ -12,6 +12,9 @@ upstream discourse {
proxy_cache_path /var/nginx/cache keys_zone=one:10m max_size=200m;
# see: https://meta.discourse.org/t/x/74060
proxy_buffer_size 8k;
# If you are going to use Puma, use these:
#
# upstream discourse {