an upstream response is buffered to a temporary file


개요

an upstream response is buffered to a temporary file
/var/log/nginx/error.log
2020/09/14 02:30:12 [warn] 65#65: *6 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/1/00/0000000001 while reading upstream, client: 172.30.32.0, server: _, request: "GET /fonts/NotoSansKR-Bol
d.subset.woff HTTP/1.1", upstream: "http://127.0.0.1:8080/fonts/NotoSansKR-Bold.subset.woff", host: "example.com", referrer: "http://example.com/"
/etc/nginx/nginx.conf
http {
  ...
  proxy_max_temp_file_size 0;
  ...
}

같이 보기

참고