1 개요[ | ]
- an upstream response is buffered to a temporary file
/var/log/nginx/error.log
Console
Copy
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
ini
Copy
http {
...
proxy_max_temp_file_size 0;
...
}
2 같이 보기[ | ]
3 참고[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.