Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
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...
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...
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
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...