From 503a39a2630e4642eaf9640efa97e9adebbde3d3 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:14:15 +0800 Subject: [PATCH] Update _index.en.md --- content/self-host/rustdesk-server-pro/faq/_index.en.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/self-host/rustdesk-server-pro/faq/_index.en.md b/content/self-host/rustdesk-server-pro/faq/_index.en.md index 0600393..b9c29d7 100644 --- a/content/self-host/rustdesk-server-pro/faq/_index.en.md +++ b/content/self-host/rustdesk-server-pro/faq/_index.en.md @@ -134,11 +134,6 @@ Your mail server may not be using port 25. Please make sure you are using the co ### Can I deploy RustDesk using PowerShell or similar? Sure, you can find scripts to aid deployment [here](https://rustdesk.com/docs/en/self-host/client-deployment/). -### I have installed RustDesk Server Pro manually but the API web console isn't behind SSL, how can I secure this? -Use a proxy like Nginx, the simple install script has one, it's really simple. [This is how we do it](https://github.com/rustdesk/rustdesk-server-pro/blob/493ad90daf8815c3052ff4d0d4aa9cc07e411efa/install.sh#L252). - -Similar configs should work with Traefik v2, HAProxy, Apache Proxy and Cloudflare Tunnel. - ### How can I file a bug report? Please file via [GitHub](https://github.com/rustdesk/rustdesk-server-pro/issues).