2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

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 {