diff --git a/README.md b/README.md index 98c2f96..928bc72 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ proxy.server = ( ``` ### nginx Example ``` -location /api/ { +location /api { proxy_pass http://127.0.0.1:8080/api; } ```