feat(nginx-log): 4 个 stack 模板增加 log_format 与 access_log 配置(Docker 开箱即用)

This commit is contained in:
augushong
2026-07-28 00:20:32 +08:00
parent 3405f8de60
commit ce191adfd8
13 changed files with 107 additions and 0 deletions

View File

@@ -209,6 +209,50 @@ $ul_system_menu = array(
"sort" => 0,
"status" => 1,
),
array(
"id" => 300,
"pid" => 0,
"title" => "Nginx 日志分析",
"icon" => "fa fa-chart-bar",
"href" => "",
"params" => "",
"target" => "_self",
"sort" => 0,
"status" => 1,
),
array(
"id" => 301,
"pid" => 300,
"title" => "访问统计仪表盘",
"icon" => "fa fa-line-chart",
"href" => "system.nginx_log_stat/index",
"params" => "",
"target" => "_self",
"sort" => 0,
"status" => 1,
),
array(
"id" => 302,
"pid" => 300,
"title" => "原始访问日志",
"icon" => "fa fa-file-text",
"href" => "system.nginx_access_log/index",
"params" => "",
"target" => "_self",
"sort" => 0,
"status" => 1,
),
array(
"id" => 303,
"pid" => 300,
"title" => "读取位置管理",
"icon" => "fa fa-map-marker",
"href" => "system.nginx_log_position/index",
"params" => "",
"target" => "_self",
"sort" => 0,
"status" => 1,
),
);