From 7ecaf9677f5a79c90e0329dc3ffedeb917de70c2 Mon Sep 17 00:00:00 2001 From: Cyberes <64224601+Cyberes@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:59:44 -0700 Subject: [PATCH] Update Tunneling Proxy for Paperspace.md --- docs/Tunneling Proxy for Paperspace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Tunneling Proxy for Paperspace.md b/docs/Tunneling Proxy for Paperspace.md index d5bd33d..1f1b4d9 100644 --- a/docs/Tunneling Proxy for Paperspace.md +++ b/docs/Tunneling Proxy for Paperspace.md @@ -197,7 +197,7 @@ server server_name gradio.t.example.com; location / { - proxy_pass http://127.0.0.1:9002; + proxy_pass http://127.0.0.1:9001; include /etc/nginx/includes/rathole-proxy.conf; } include /etc/nginx/includes/rathole-error.conf;