fix: change insight port to 8182
This commit is contained in:
parent
63be61b531
commit
1e81e33cc3
@ -28,7 +28,7 @@
|
||||
# -------------------------
|
||||
redir /insight /insight/
|
||||
handle_path /insight/* {
|
||||
reverse_proxy 127.0.0.1:{{ workbench_port | default('8080') }}
|
||||
reverse_proxy 127.0.0.1:{{ workbench_port | default('8082') }}
|
||||
}
|
||||
|
||||
# -------------------------
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# INSIGHT - Observability Workbench
|
||||
#-----------------------------------------------------------------
|
||||
insight_enabled: true # enable insight workbench?
|
||||
workbench_port: 8080 # workbench listen port
|
||||
workbench_port: 8082 # workbench listen port
|
||||
workbench_dir: /data/workbench # workbench deployment directory
|
||||
workbench_user: "{{ node_user | default('root') }}"
|
||||
workbench_group: "{{ node_user | default('root') }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user