This commit is contained in:
Kirill Nikiforov
2026-04-16 00:51:02 +04:00
parent 64681e2aac
commit 7f3d29eba2
6 changed files with 21 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ server
```yaml
# 网络设置
proto: http # 访问协议,默认为 `http`,仅当配置了证书时支持改为 `https`
host: 0.0.0.0
host: ""
port:
http: 80 # HTTP 服务的监听端口,默认为 `80`
https: 443 # HTTPS 服务的监听端口(启用 https 协议时生效),默认为 `443`