Merge pull request #1138 from jimirocks/proxy

Fix nginx example
This commit is contained in:
BWS Systems
2019-09-30 08:29:21 -05:00
committed by GitHub

View File

@@ -222,7 +222,7 @@ proxy.server = (
```
### nginx Example
```
location /api/ {
location /api {
proxy_pass http://127.0.0.1:8080/api;
}
```