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 +``` +