diff --git a/tools/cors_proxy/README.md b/tools/cors_proxy/README.md index 4c43a9b4..1d7a57e4 100644 --- a/tools/cors_proxy/README.md +++ b/tools/cors_proxy/README.md @@ -4,7 +4,7 @@ This is a simple [NGINX](https://www.nginx.com/) docker server to append [CORS headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) to HTTP responses from a GoPro camera. -This proxy accepts input on port 80 and forwards it to `http:10.5.5.9:8080` +This proxy accepts input on port 8082 and forwards it to `http:10.5.5.9:8080` ## How do I use it?