diff --git a/docs/en_US/guide/dashboard.md b/docs/en_US/guide/dashboard.md index 042c7a44..e78207a0 100644 --- a/docs/en_US/guide/dashboard.md +++ b/docs/en_US/guide/dashboard.md @@ -83,9 +83,11 @@ Now, you should be able to access the panel directly using a domain name such as ``` proxy /ws http://ip:8008 { websocket + header_upstream -Origin } proxy /terminal/* http://ip:8008 { websocket + header_upstream -Origin } ``` diff --git a/docs/guide/dashboard.md b/docs/guide/dashboard.md index 5c66bc25..9e25eb47 100644 --- a/docs/guide/dashboard.md +++ b/docs/guide/dashboard.md @@ -97,9 +97,11 @@ location ~ ^/(ws|terminal/.+)$ { ``` proxy /ws http://ip:8008 { websocket + header_upstream -Origin } proxy /terminal/* http://ip:8008 { websocket + header_upstream -Origin } ```