Различия
Показаны различия между двумя версиями страницы.
Следующая версия | Предыдущая версия | ||
server:fastcgi_module [2018/07/12 11:50] – создано mirocow | server:fastcgi_module [2018/07/12 12:07] (текущий) – mirocow | ||
---|---|---|---|
Строка 1: | Строка 1: | ||
====== fastcgi_module ====== | ====== fastcgi_module ====== | ||
- | ``` | + | < |
fastcgi_param | fastcgi_param | ||
fastcgi_param | fastcgi_param | ||
Строка 26: | Строка 26: | ||
# PHP only, required if PHP was built with --enable-force-cgi-redirect | # PHP only, required if PHP was built with --enable-force-cgi-redirect | ||
fastcgi_param | fastcgi_param | ||
- | ``` | + | |
+ | # Debug mode or if script very long time execute | ||
+ | fastcgi_connect_timeout 256s; | ||
+ | fastcgi_read_timeout 256s; | ||
+ | fastcgi_send_timeout 256s; | ||
+ | </ |