bcremer / shopware-with-nginx

Running shopware using NGINX
http://shopware.com
BSD 2-Clause "Simplified" License
95 stars 46 forks source link

504 Gateway-Timeout on Backend #50

Open chrisribal opened 5 years ago

chrisribal commented 5 years ago

At some point we experienced nginx timeouts, for example during product imports oder exports. I've added fastcgi_read_timeout 300 into the global nginx config, which is enough for now.

As PHP itself handles the timeouts while the import/export scripts, what would be the best way for nginx to "listen" to the php timeouts instead of cutting it off?