반응형 nginx 웹소켓1 websocket wss nginx 403에러 nginx reverse proxy 설정으로 서버를 구성한 상태에서ws:// 일 경우에는 문제없이 정상적으로 서비스가 되지만wss://에서 403 에러가 발생했다.wss://시에도 정상적으로 서비스를 위해서는 아래 header추가가 필요하다 - proxy_set_header Origin '';nginx 서버 : 192.168.0.7application서버 : 192.168.0.8 NGINX 설정 server { listen 80; listen 443 ssl; server_name test.karint.dev; ssl_certificate cert/all_dev.crt; ssl_certificate_key cert/dev.key; .. 2024. 6. 26. 이전 1 다음 반응형