Skip to content

Commit

Permalink
fix: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cuiweixie authored and membphis committed Sep 17, 2019
1 parent 7d9844c commit bb93ec3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Then you can try more [plugins](doc/plugins.md).

## Dashboard

APISIX has the built-in dashboard,open `http://127.0.0.1:9080/apisix/dashboard` with a browser and try it.
APISIX has the built-in dashboard,open `http://127.0.0.1:9080/apisix/dashboard/` with a browser and try it.

Do not need to fill the user name and password, log in directly.

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ sudo apisix start
更进一步,你可以跟着文档来尝试更多的[插件](doc/plugins-cn.md).

## 控制台
APISIX 内置了 dashboard,使用浏览器打开 `http://127.0.0.1:9080/apisix/dashboard` 即可使用,
APISIX 内置了 dashboard,使用浏览器打开 `http://127.0.0.1:9080/apisix/dashboard/` 即可使用,
不用填写用户名和密码,直接登录。

Dashboard 默认允许任何 IP 访问。你可以自行修改 `conf/config.yaml` 中的 `allow_admin` 字段,指定允许访问 dashboard 的 IP 列表。
Expand Down
2 changes: 1 addition & 1 deletion doc/plugins/limit-count-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ curl -i http://127.0.0.1:9080/apisix/admin/routes/1 -X PUT -d '
}'
```

你可以使用浏览器打开 dashboard:`http://127.0.0.1:9080/apisix/dashboard`,通过 web 界面来完成上面的操作,先增加一个 route:
你可以使用浏览器打开 dashboard:`http://127.0.0.1:9080/apisix/dashboard/`,通过 web 界面来完成上面的操作,先增加一个 route:
![](../images/plugin/limit-count-1.png)

然后在 route 页面中添加 limit-count 插件:
Expand Down
2 changes: 1 addition & 1 deletion doc/plugins/limit-count.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ curl -i http://127.0.0.1:9080/apisix/admin/routes/1 -X PUT -d '
}'
```

You can open dashboard with a browser: `http://127.0.0.1:9080/apisix/dashboard`, to complete the above operation through the web interface, first add a route:
You can open dashboard with a browser: `http://127.0.0.1:9080/apisix/dashboard/`, to complete the above operation through the web interface, first add a route:
![](../images/plugin/limit-count-1.png)

Then add limit-count plugin:
Expand Down

0 comments on commit bb93ec3

Please sign in to comment.