[GitHub] [apisix] Firstsawyou commented on issue #3545: request help: Configuration of the routing and upstream through apisix proxy access, the original project access address 127.0.0.1 / token, apis

2021-02-07 Thread GitBox
Firstsawyou commented on issue #3545: URL: https://github.com/apache/apisix/issues/3545#issuecomment-774636396 > How to modify the upstream You can directly modify your upstream node configuration through the dashboard. Try to modify it to your available upstream address:

[GitHub] [apisix] Firstsawyou commented on issue #3545: request help: Configuration of the routing and upstream through apisix proxy access, the original project access address 127.0.0.1 / token, apis

2021-02-07 Thread GitBox
Firstsawyou commented on issue #3545: URL: https://github.com/apache/apisix/issues/3545#issuecomment-774632452 > /apisix/routes/340306895233352835 >

[GitHub] [apisix] Firstsawyou commented on issue #3545: request help: Configuration of the routing and upstream through apisix proxy access, the original project access address 127.0.0.1 / token, apis

2021-02-07 Thread GitBox
Firstsawyou commented on issue #3545: URL: https://github.com/apache/apisix/issues/3545#issuecomment-774630884 > how to get route and upstream configuration in etcd get all routes: `etcdctl get --prefix /apisix/routes` get all upstreams: `etcdctl get --prefix /apisix/upstreams`

[GitHub] [apisix] Firstsawyou commented on issue #3545: request help: Configuration of the routing and upstream through apisix proxy access, the original project access address 127.0.0.1 / token, apis

2021-02-06 Thread GitBox
Firstsawyou commented on issue #3545: URL: https://github.com/apache/apisix/issues/3545#issuecomment-774628617 You need to determine if the upstream node `127.0.0.1:900` is available. It is better to provide route and upstream configuration in etcd, rather than the configuration

[GitHub] [apisix] Firstsawyou commented on issue #3545: request help: Configuration of the routing and upstream through apisix proxy access, the original project access address 127.0.0.1 / token, apis

2021-02-06 Thread GitBox
Firstsawyou commented on issue #3545: URL: https://github.com/apache/apisix/issues/3545#issuecomment-774625995 You should use the port monitored by apisix to access. If it is still not available, please provide your etcd configuration data.

[GitHub] [apisix] Firstsawyou commented on issue #3545: request help: Configuration of the routing and upstream through apisix proxy access, the original project access address 127.0.0.1 / token, apis

2021-02-06 Thread GitBox
Firstsawyou commented on issue #3545: URL: https://github.com/apache/apisix/issues/3545#issuecomment-774617342 By the way, your problem description should be placed in the following `Issue description`. This is an automated

[GitHub] [apisix] Firstsawyou commented on issue #3545: request help: Configuration of the routing and upstream through apisix proxy access, the original project access address 127.0.0.1 / token, apis

2021-02-06 Thread GitBox
Firstsawyou commented on issue #3545: URL: https://github.com/apache/apisix/issues/3545#issuecomment-774616969 ``` http://192.168.153.136:9000/token ``` Is the 9000 port a dashboard port? This is an automated