AN
Size: a a a
AN
ZZ
http {
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
}
upstream websocket {
server localhost:2700;
}
server {
listen 2700;
location / {
proxy_pass http://localhost;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $host;
}
}
}
ZZ
server{
listen 2700;
server_name localhost
EN
ZZ
main.14919835b8d09a827624.js:1 Mixed Content: The page at 'https://ipserver/' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://ipserver:2700/'. This request has been blocked; this endpoint must be available over WSS.
EN
EN
ZZ
ZZ
EN
ZZ
ZZ
EN
ZZ
ВМ
ВМ
EN
ZZ
EN