이것은 페이지 Apache proxy setup
를 삭제할 것입니다. 다시 한번 확인하세요.
Setup for use with Apache proxy is largely as typical. The primary difference is that you need to add the proxy specifically for the websocket requests and this needs to be before the http proxy.
ProxyPass /api ws://localhost:8080/api
ProxyPassReverse /api ws://localhost:8080/api
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/
이것은 페이지 Apache proxy setup
를 삭제할 것입니다. 다시 한번 확인하세요.