Update Tunneling Proxy for Paperspace.md
This commit is contained in:
parent
f5f95ab2bc
commit
7ecaf9677f
|
@ -197,7 +197,7 @@ server
|
||||||
server_name gradio.t.example.com;
|
server_name gradio.t.example.com;
|
||||||
location /
|
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-proxy.conf;
|
||||||
}
|
}
|
||||||
include /etc/nginx/includes/rathole-error.conf;
|
include /etc/nginx/includes/rathole-error.conf;
|
||||||
|
|
Loading…
Reference in New Issue