• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by Max5593

  1. Max5593

    Resolved Basic Guide for using NGINX with Web-Sockets

    Found the solution: "Cannot GET" on reverse proxy from Nginx to socket.io on express.js Basic example + NGINX Config
  2. Max5593

    Resolved Basic Guide for using NGINX with Web-Sockets

    I also tried adding a location directive. It looks like the following: ==> This is the socket api location /api1/ { proxy_pass http://localhost:62646/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header...
  3. Max5593

    Resolved Basic Guide for using NGINX with Web-Sockets

    Hi, after 2 days of research i didnt find any working solution to get access to my Nodejs Websocket server. My Setup: Nodejs Server with a regular API, listening on assigned Port (i.e. 33333) - everything works fine, every request goes through On that same nodejs Server i also run a socket.io...
Back
Top