WebSocket FAILED

0verfl0w767·2024년 11월 24일
0

nginx 설정 문제였다.

        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "Upgrade";
        proxy_set_header Host $host;
        client_max_body_size 200M;

1개의 댓글

comment-user-thumbnail
2024년 11월 24일

ㅋㅋ

답글 달기