Skip to content

Commit 9ca4c32

Browse files
authored
Update nginx-parameter-config.md
1 parent f94f511 commit 9ca4c32

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Nginx/nginx-parameter-config.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,11 +333,12 @@
333333
listen.mode = 0660
334334
335335
# 开启慢日志
336-
slowlog = /var/log/php-fpm/php-slow.log
337-
request_slowlog_timeout = 10s
338-
   # 如果客户端请求出现502请修改以下配置参数,默认值:0,如果执行shell脚本,建议默认就可以
339-
   # request_terminate_timeout = 30
336+
slowlog = /var/log/php-fpm/php-slow.log
337+
request_slowlog_timeout = 10s
340338
339+
# 如果客户端请求出现502请修改以下配置参数,默认值:0,如果执行shell脚本,建议默认就可以。
340+
request_terminate_timeout = 30
341+
341342
#对于专用服务器,pm可以设置为static。
342343
pm = dynamic
343344

0 commit comments

Comments
 (0)