프로그램 사용/nginx2024. 6. 13. 10:41

리버스프록시로 사용중에 이런 에러가 발생하면

clinet body 크기 문제로 아래와 같이 늘려주면 된다.

If you do not see this directive in nginx.conf, you can add it to the end of a server, location, or http block like so:

 
server {
...
client_max_body_size 64M;
}

 

[링크 : https://blog.hubspot.com/website/413-request-entity-too-large]

[링크 : https://blog.leocat.kr/notes/2020/04/21/nginx-413-request-entity-too-large]

Posted by 구차니