Skip to content

Commit

Permalink
Merge pull request #1138 from jimirocks/proxy
Browse files Browse the repository at this point in the history
Fix nginx example
  • Loading branch information
bwssytems authored Sep 30, 2019
2 parents ee4afc0 + be72f7e commit 9399af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ proxy.server = (
```
### nginx Example
```
location /api/ {
location /api {
proxy_pass http://127.0.0.1:8080/api;
}
```
Expand Down

0 comments on commit 9399af7

Please sign in to comment.