Opened 7 years ago
Closed 7 years ago
#1479 closed defect (invalid)
Nginx maximum file execution 300ms
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | |
Component: | other | Version: | 1.13.x |
Keywords: | Cc: | ||
uname -a: | |||
nginx -V: | 1.10.2 |
Description
Hi Guys,
How do we can stop the PHP page execution which is not more than 300MS?
With "request_terminate_timeout" we can terminate execution minimum 1s
but i wanted to stop with 300MS
Note:
See TracTickets
for help on using tickets.
As nginx doesn't execute PHP pages, the only thing you can do in nginx itself is to configure various timeouts waiting for PHP backends, notably fastcgi_read_timeout. To limit page execution time, consider asking your backend developers.