• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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