nginxIncrease FastCGI timeout ("Gateway Timeout" error)
server {
fastcgi_read_timeout 300;
}ctrl + cfastcgi_read_timeout 300set FastCGI timeout limit to 300 seconds |
More of Nginx
- Using try_files
- Proxying websocket server with Nginx
- Using x-request-id header
- Using nested locations
- Using if else condition
- Install NJS (Nginx Javascript) module in Ubuntu 22.04
- How to remove specific header
- Using regex in map
- Using internal redirects
- Rewrite everything to index.php
See more codes...