본문 바로가기

Nginx : worker_connections are not enough

문제 원인 : 잘못된 Proxy pass 사용. 동일한 nginx 서버를 proxy pass로 설정하면, 무한 루프 발생.

 

해결책 : proxy pass를 잘 써준다.

 

혹은, nginx 설정파일에 들어가서 worker_connections 수를 늘려준다.