Limyrx Studio IDE

?????? ??????

???? Limyrx Studio IDE ??? ???? ???? ??? ?? ???????? ??????? ? TLS ??????? ?? ??????.

???? ????

?? nginx ?? Caddy ?? Traefik ???? IDE. ????? IDE ??? HTTP/WebSocket? ??? ??? ?? ???? ???? ??? ???????????? ????.

Configuration

Example nginx config:

server {
    listen 443 ssl;
    server_name ide.example.com;
    location / {
        proxy_pass http://localhost:8765;
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";
    }
}

TLS/SSL

?? ?????? TLS ??? ?????? ????? ??. ???? ?? IDE ????? ???? TLS ??? localhost? ???? ?????? ?? ??? ??? ?? ?????? HTTPS ??????.

See Also