diff --git a/README.md b/README.md index 6f66a57b..2842479f 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ invidious.example.com { } materialious.example.com { - reverse_proxy localhost:5173 + reverse_proxy localhost:3001 } ``` @@ -88,7 +88,7 @@ server { server_name materialious.example.com; location / { - proxy_pass http://localhost:5173; + proxy_pass http://localhost:3001; } } ```