ICode9

精准搜索请尝试: 精确搜索
  • nginx日志按日期存储2022-09-09 17:04:16

    http {     include       mime.types;     default_type  application/octet-stream;     map $time_iso8601 $logdate {         '~^(?<ymd>\d{4}-\d{2}-\d{2})' $ymd;         default    'date-not-found';     }     ac

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有