From 78a3864e2447f2eb631ed5b730891e42fe40457b Mon Sep 17 00:00:00 2001 From: Tim Camise Date: Wed, 24 Jul 2024 10:53:37 -0700 Subject: [PATCH] Update README.md --- tools/cors_proxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?