From 2fbe310a4cc90897571a44c2d135cfc96d5a8d8e Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 9 Nov 2023 16:48:52 +0800 Subject: [PATCH] Update _index.en.md --- .../client-configuration/hardcode-settings/_index.en.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/self-host/client-configuration/hardcode-settings/_index.en.md b/content/self-host/client-configuration/hardcode-settings/_index.en.md index ce5b72d..4ee188e 100644 --- a/content/self-host/client-configuration/hardcode-settings/_index.en.md +++ b/content/self-host/client-configuration/hardcode-settings/_index.en.md @@ -32,3 +32,11 @@ This should be a string such as OeVuKk5nlHiXp+APNn0Y3pC1Iwpwn44JGqrQCsWqmBw= ``` +### API_SERVER +By default the API_SERVER runs on `http://rustdesk.my-domain.com:21114`, you'd better run it behind nginx for security with https. + +This should be a string such as +``` +https://rustdesk.my-domain.com +``` +