diff --git a/FAQ.md b/FAQ.md index dacb87b..bbd60a7 100644 --- a/FAQ.md +++ b/FAQ.md @@ -456,10 +456,6 @@ Actually it is the same problem as above, [set correct `API` (the same as web co ![image](https://github.com/user-attachments/assets/6531cd18-27b9-4560-928f-eab9e3d8b66a) - -Please confirm the [API address](https://github.com/rustdesk/rustdesk-server-pro/discussions/540#discussioncomment-12203843 -) again. - You probably have one of below mistakes. - You changed api from `:21114` to `:80`, and blocked `21114`, but you still use `:21114` or forget to modify. So please double confirm, change api to `http://:80` (`:80` is not required, it is the default http port) - You changed from http to https, and blocked `80`, but you still use `http:` or use `https://:21114` or forget to modify, So please double confirm, change api to `https://:443` (`:443` is not required, it is the default https port). Be careful here, it is `https` rather than `http`.