• 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 ddavo

  1. D

    Question Reverse Proxy

    I have the same problem, but when I try to enter the page I get a 404
  2. D

    Question Remote reverse proxy

    I want to enable a reverse proxy that connects to another server, but I can't make it work. When I connect to "example.org", I get the default "this site doesn't exist" page server { listen 80; server_name example.org; location ~ / { proxy_pass http://192.168.3.14:80...
Back
Top