说出nginx日志中下面参数的含义:

log_format; access_log; root;index;sever_name;listen;keepalive_timeout;

回答:
log_format;  日志的格式
access_log;  访问日志
root;        网站站点目录
index;       index.html文件路径
sever_name;  站点(虚拟主机)名称
listen;      监听端口
keepalive_timeout;   连接活跃时间

 

相关文章:

  • 2022-12-23
  • 2021-06-19
  • 2021-10-15
  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
猜你喜欢
  • 2021-10-28
  • 2022-12-23
  • 2021-11-20
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案