Fix nginx example

This commit is contained in:
Jiří Mikulášek
2019-09-28 00:52:06 +02:00
parent ee4afc00c0
commit be72f7e62c

View File

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