You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/latest/discovery/nacos.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The performance of this module needs to be improved:
29
29
30
30
### Configuration for Nacos
31
31
32
-
There are two ways to configure Nacos. Single instance and Multi instance method.
32
+
Nacos can be configured in two ways: single instance or multi-instance.
33
33
34
34
Add following configuration in `conf/config.yaml` :
35
35
@@ -99,7 +99,7 @@ discovery:
99
99
100
100
#### L7
101
101
102
-
Here is an example of routing a request with an URI of "/nacos/*" to a service which named "http://192.168.33.1:8848/nacos/v1/ns/instance/list?serviceName=APISIX-NACOS" configured with id `nacos-cluster-1` and use nacos discovery client in the registry:
102
+
The following is an example of routing requests matching the URI `/nacos/*` to a service at `http://192.168.33.1:8848/nacos/v1/ns/instance/list?serviceName=APISIX-NACOS`, configured with the ID `nacos-cluster-1` and using the Nacos discovery client in the registry.”
103
103
104
104
:::note
105
105
You can fetch the `admin_key` from `config.yaml` and save to an environment variable with the following command:
0 commit comments