Add help for server not connecting

This commit is contained in:
2022-07-23 10:34:07 +08:00
parent 2cb9f08caa
commit e6ecde9951
4 changed files with 24 additions and 0 deletions

View File

@@ -16,6 +16,14 @@
![OpenCommand](Doc/Screenshots/OpenCommand.gif)
> 如果你无法连接到服务器,请确认填写的服务器地址是否正确。
>
> 建议配置服务器为HTTP模式如图所示
> ![ConfigHttp](Doc/Screenshots/ConfigHttp.png)
> 你可以用浏览器访问 http://127.0.0.1/status/server 来测试服务是否正常工作。
>
> 如果使用的不是`80`端口则要在url中指定访问的端口号http://127.0.0.1:443/status/server
---
## TODO List