mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-08-01 15:49:14 +08:00
Add help for server not connecting
This commit is contained in:
parent
2cb9f08caa
commit
e6ecde9951
BIN
Doc/Screenshots/ConfigHttp.png
Normal file
BIN
Doc/Screenshots/ConfigHttp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
@ -16,6 +16,14 @@
|
||||
|
||||

|
||||
|
||||
> 如果你无法连接到服务器,请确认填写的服务器地址是否正确。
|
||||
>
|
||||
> 建议配置服务器为HTTP模式,如图所示:
|
||||
> 
|
||||
> 你可以用浏览器访问 http://127.0.0.1/status/server 来测试服务是否正常工作。
|
||||
>
|
||||
> 如果使用的不是`80`端口,则要在url中指定访问的端口号:http://127.0.0.1:443/status/server
|
||||
|
||||
---
|
||||
|
||||
## TODO List
|
||||
|
@ -16,6 +16,13 @@ The server require [gc-opencommand-plugin](https://github.com/jie65535/gc-openco
|
||||
|
||||

|
||||
|
||||
> If you cannot connect to the server, please make sure the server address is correct.
|
||||
>
|
||||
> It is recommended to configure the server to HTTP mode, as shown in the figure:
|
||||
> 
|
||||
> You can visit http://127.0.0.1/status/server with a browser to test whether the service is working properly.
|
||||
>
|
||||
> If you are not using port `80`, specify the port number to access in the url: http://127.0.0.1:443/status/server
|
||||
---
|
||||
|
||||
## TODO List
|
||||
|
@ -16,6 +16,15 @@
|
||||
|
||||

|
||||
|
||||
> If you cannot connect to the server, please make sure the server address is correct.
|
||||
>
|
||||
> It is recommended to configure the server to HTTP mode, as shown in the figure:
|
||||
> 
|
||||
> You can visit http://127.0.0.1/status/server with a browser to test whether the service is working properly.
|
||||
>
|
||||
> If you are not using port `80`, specify the port number to access in the url: http://127.0.0.1:443/status/server
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
## Список задач
|
||||
|
Loading…
Reference in New Issue
Block a user