diff --git a/README.md b/README.md index 032a90789c..fe076b32f2 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ server { # Proxy to Node location / { - proxy_pass http://127.0.0.1:3939; + proxy_pass http://127.0.0.1:3000; proxy_set_header Host $host; proxy_http_version 1.1; proxy_redirect off;