会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
winss
博客园
首页
新随笔
联系
订阅
管理
2020年8月27日
nginx按日期每天生成一个日志文件或每个小时生成一个日志文件
摘要: 按日期: 一: if ($time_iso8601 ~ "(\d{4}-\d{2}-\d{2})") { set $day $1; } access_log logs/host.access_$day.log combined; 结果:host.access_2020-08-27.log 二:if
阅读全文
posted @ 2020-08-27 09:06 winss
阅读(4436)
评论(0)
推荐(1)
公告