update server path

This commit is contained in:
zjcqoo 2019-04-23 13:00:31 +08:00
parent 12a2ad05c7
commit 30ceea1476
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ yum install -y \
启动服务:
```bash
./server/run.sh
~/server/run.sh
```
访问https://etherdream.github.io/jsproxy-localtest/-----https://github.com/

View File

@ -1,3 +1,3 @@
该目录存放 HTTPS 证书,每个域名使用独立的目录。
证书通过 `server/gen-cert/run.sh` 生成。
证书通过 `~/server/gen-cert/gen.sh` 生成。