nginxIncrease FastCGI timeout ("Gateway Timeout" error)
server {
fastcgi_read_timeout 300;
}
ctrl + c
fastcgi_read_timeout 300 set FastCGI timeout limit to 300 seconds |
More of Nginx
- Using x-xss-protection header
- Using x-frame-options header
- How to remove specific header
- Using regex in map
- Using NJs example
- Proxy gRPC traffic with Nginx
- Using NJs example (JS code file)
- Install NJS (Nginx Javascript) module in Ubuntu 22.04
- How to proxy TCP traffic
- Using if else condition
See more codes...