Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phachon committed Jul 31, 2018
1 parent 94d06e2 commit 396d07e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ $ ./install
# Ctrl + C 停止 install 程序, 启动 MM-Wiki 系统
$ cd ..
$ ./mm-wiki --conf conf/mm-wiki.conf
# 开始 MM-Wiki 的使用之旅吧!
```

## 2. nginx 配置反向代理
## 2. 如果需要,可用 nginx 配置反向代理
```
upstream frontends {
server 127.0.0.1:8088; # MM-Wiki 监听的ip:port
Expand Down

0 comments on commit 396d07e

Please sign in to comment.