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...