This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 25571ef feat(doc): update deploy manually doc
25571ef is described below
commit 25571ef7fadd946650b6301562ab0bd77632ed04
Author: 琚致远 <[email protected]>
AuthorDate: Wed Aug 19 11:20:48 2020 +0800
feat(doc): update deploy manually doc
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5f82c63..36b4f62 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ $ yarn install
$ yarn build
```
-5. The bundled files are under `/dist` folder if the step 4 is successful,
then we recommend using `nginx` to handle those files, please install `nginx`
manually, then refer to the nginx conf `docker/nginx.conf`.
+5. The bundled files are under `/dist` folder if the step 4 is successful,
then we recommend using `nginx` to handle those files, please install `nginx`
manually, then refer to the nginx conf `compose/dashboard_conf/nginx.conf`.
6. Move files under `dist` folder to nginx's default html folder, then visit
`http://127.0.0.1` in your browser.
## Development