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

@@ -28,7 +28,7 @@ The configuration file path is `/etc/kvm/server.yaml`.
```yaml
# Network Settings
proto: http # Access protocol. Can be changed to `https` only when certificates are configured. Default is `http`
host: 0.0.0.0 # The listening address for the HTTP/HTTPS service.
host: "" # The listening address for the HTTP/HTTPS service. If left empty, all network interfaces will be bound
port:
http: 80 # The listening port for the HTTP service. Default is `80`
https: 443 # The listening port for the HTTPS service (effective when HTTPS is enabled). Default is `443`