From 0fcc02813534bd295f7c0573c2a5c551bebeacdc Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:42:12 +0800 Subject: [PATCH] Updated Set up http proxy server (markdown) --- Set-up-http-proxy-server.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Set-up-http-proxy-server.md b/Set-up-http-proxy-server.md index e0d42e3..a7b1115 100644 --- a/Set-up-http-proxy-server.md +++ b/Set-up-http-proxy-server.md @@ -1,3 +1,5 @@ +> Be noted, OSS RustDesk Server does not support http proxy, you have to use Pro or public server. + Set up `http` proxy server on `Ubuntu` / `Debian`. This HTTP proxy is not the same as a reverse proxy in NGINX; they are different concepts. I know that ChatGPT may direct you to NGINX when you ask about an HTTP proxy server.