nginx proxy 404 에러 발생할 때 확인 사항

2025. 2. 25. 22:05Web Server/nginx

proxy_set_header Host $host;가 설정되어 있지 않으면 발생할 수 있음

        location / {
                proxy_pass http://192.168.1.241;
                #proxy_set_header Host $host;
        }