mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-30 12:45:32 +08:00
feat(nginx-log): 4 个 stack 模板增加 log_format 与 access_log 配置(Docker 开箱即用)
This commit is contained in:
@@ -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,
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user