You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/04/05 08:34:20 UTC

[skywalking] branch master updated: Update UI doc (#10647)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 009b192ecc Update UI doc (#10647)
009b192ecc is described below

commit 009b192ecc4767d36ba5aa7f8fce709a223e8aa5
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Apr 5 16:34:12 2023 +0800

    Update UI doc (#10647)
---
 docs/en/setup/backend/ui-setup.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/setup/backend/ui-setup.md b/docs/en/setup/backend/ui-setup.md
index 560d899809..bc20c6dc13 100644
--- a/docs/en/setup/backend/ui-setup.md
+++ b/docs/en/setup/backend/ui-setup.md
@@ -2,7 +2,7 @@
 SkyWalking UI distribution is already included in our Apache official release.
 
 ## Startup
-Startup script is also in `/bin/webappService.sh`(.bat). UI runs as an OS Java process, powered-by Zuul.
+Startup script is also in `/bin/webappService.sh`(.bat). UI runs as a Java process, powered-by Armeria.
 
 ## Settings
 The settings file of UI is  `webapp/webapp.yml` in the distribution package. It has three parts.
@@ -13,9 +13,9 @@ The settings file of UI is  `webapp/webapp.yml` in the distribution package. It
 ```yaml
 serverPort: ${SW_SERVER_PORT:-8080}
 
-# Comma separated list of OAP addresses, without http:// prefix.
-oapServices: ${SW_OAP_ADDRESS:-localhost:12800}
-zipkinServices: ${SW_ZIPKIN_ADDRESS:localhost:9412}
+# Comma separated list of OAP addresses, with `http://` or `https://` prefix.
+oapServices: ${SW_OAP_ADDRESS:-http://localhost:12800}
+zipkinServices: ${SW_ZIPKIN_ADDRESS:http://localhost:9412}
 ```
 
 ## Start with Docker Image