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

  1. G

    Nginx, 504 Gateway Time-out

    my host put this I have taken a look and this appears to be to do with the configuration for nginx on the VPS. In particular if a large script is taking too long to run this can cause a timeout. Possible solutions can be found in a thread on the Parallels forum...
  2. G

    Nginx, 504 Gateway Time-out

    goto this website http://thefireworkshoplist.co.uk/ its throwing a 504 Gateway Time-out nginx My support put this I have taken a look and this appears to be to do with the configuration for nginx on the VPS. In particular if a large script is taking too long to run this can cause a...
  3. G

    Nginx, 504 Gateway Time-out

    ok so i named it timeout.conf, put this line in that file proxy_read_timeout 600; then i uploade the file to /etc/nginx/conf.d/, then i restart ngnix..... and nothing still nothing
  4. G

    Nginx, 504 Gateway Time-out

    yes the file needs to be called .conf, with the line proxy_read_timeout 600; upload and restart?
  5. G

    Nginx, 504 Gateway Time-out

    this line? proxy_read_timeout 600; and just add it anywhere?
  6. G

    Nginx, 504 Gateway Time-out

    Hi guys, nothing on here is working for me,. I have tried everything. this is what my file looks like #user nginx; worker_processes 1; #error_log /var/log/nginx/error.log; #error_log /var/log/nginx/error.log notice; #error_log /var/log/nginx/error.log info; #pid...
Back
Top