Update README.md

This commit is contained in:
Jacky 2021-10-13 09:28:20 +08:00 committed by GitHub
parent d61da6a1cf
commit 953f943e01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ server {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection upgrade;
proxy_pass http://127.0.0.1:9100/;
proxy_pass http://127.0.0.1:9000/;
}
}
```