Skip to content

Commit

Permalink
typo: godspen => 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyuanwei committed Nov 6, 2019
1 parent b416db8 commit 265b7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cookbook/source.md
Expand Up @@ -128,7 +128,7 @@ server {
# api 反向代理
location ^~ /api {
proxy_pass http://godspen:7051;
proxy_pass http://127.0.0.1:7051;
}
}
```
Expand Down

0 comments on commit 265b7f0

Please sign in to comment.