504 Gateway Timeout

Problem:
504 Gateway Timeout

Solution:

vim /etc/nginx/conf.d/virtual.conf
server {
        proxy_read_timeout 300;
        proxy_send_timeout 300;
}

Leave a Reply

Your email address will not be published. Required fields are marked *