+34 911 599 883

+34 911 895 172

504 gateway time-out nginx en Plesk

Si obtenemos el error:  504 gateway time-out nginx en Plesk

plesk 504 gateway time-out nginx

Lo solucionamos así:

vi /etc/nginx/conf.d/timeout.conf
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
send_timeout 600;
service nginx restart