페이지가 작동하지 않습니다. {도메인}에서 리디렉션한 횟수가 너무 많습니다.
2025. 3. 1. 00:14ㆍWeb Server/nginx
원인
nginx에서 ingress nginx controller로 proxy 처리했을 때, nginx에서 http로 전달하면 ingress nginx controller에서 https로 redirect하면서 무한 반복하게 됨
조치
nginx에서 proxy할 때 https로 전달하게 함
'Web Server > nginx' 카테고리의 다른 글
nginx 413 Payload Too Large (0) | 2025.02.26 |
---|---|
nginx proxy 404 에러 발생할 때 확인 사항 (0) | 2025.02.25 |
Nginx ubuntu에 컴파일시 확인 사항 (0) | 2025.02.05 |
Nginx 요청에 응답하지 않고 drop하기 (0) | 2025.02.04 |
Nginx Ubuntu nginx: [emerg] unknown directive "stream" in /etc/nginx/nginx.conf:307 (0) | 2025.02.03 |