You need to add an additional nginx directive (for ngx_http_proxy_module ) to nginx.conf , for example:
proxy_read_timeout 300;
Basically, the nginx proxy_read_timeout directive changes the timeout of the proxy server, FcgidBusyTimeout is for scripts that are too long, and FcgidBusyTimeout is for scripts that run too long.
Also, if you are using the FastCGI application, increase these parameters:
FcgidBusyTimeout 300 FcgidIOTimeout 250
Then reload nginx and PHP5-FPM.
Plesk
In Plesk, you can add it to your web server settings under Additional nginx Directives.
For FastCGI, check the web server settings in the Advanced HTTP Directives section.
See: How to fix FastCGI timeout errors in Plesk?
kenorb Apr 6 '16 at 23:27 2016-04-06 23:27
source share