bump up proxy buffer size
This commit is contained in:
parent
edd7cb4f0d
commit
394abbe26b
|
@ -12,6 +12,9 @@ upstream discourse {
|
||||||
|
|
||||||
proxy_cache_path /var/nginx/cache keys_zone=one:10m max_size=200m;
|
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:
|
# If you are going to use Puma, use these:
|
||||||
#
|
#
|
||||||
# upstream discourse {
|
# upstream discourse {
|
||||||
|
|
Loading…
Reference in New Issue