• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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