Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

How to fix stomp websocket error

#add this to your nginx config

location / {
proxy_pass our_server;
proxy_redirect off;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
 
PREVIOUS NEXT
Tagged: #How #fix #stomp #websocket #error
ADD COMMENT
Topic
Name
8+2 =