From 299e20a7dd15147c3f258e0408b8a7686d3af79d Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 7 Feb 2025 17:20:14 +0800 Subject: [PATCH] Updated Set up http proxy server (markdown) --- Set-up-http-proxy-server.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Set-up-http-proxy-server.md b/Set-up-http-proxy-server.md index 7352107..41ec19a 100644 --- a/Set-up-http-proxy-server.md +++ b/Set-up-http-proxy-server.md @@ -1,5 +1,9 @@ > Be noted, OSS RustDesk Server does not support http proxy, you have to use `Pro` or public server. +> RustDesk traffic is already encrypted, you do not need to use https encrypting again (wasting power). I think 80 is enough. + + + 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.