fix: 配置文件修改
This commit is contained in:
@@ -18,11 +18,11 @@ logger:
|
||||
# rest agent listen ipv4/v6 and port, support multiple routines
|
||||
# ip: 0.0.0.0 or ::0, support IPv4/v6
|
||||
rest:
|
||||
- ipv4: "0.0.0.0"
|
||||
- ipv4: 0.0.0.0
|
||||
ipv6: ""
|
||||
port: 33030
|
||||
schema: http
|
||||
- ipv4: "0.0.0.0"
|
||||
- ipv4: 0.0.0.0
|
||||
ipv6: ""
|
||||
port: 33443
|
||||
schema: https
|
||||
@@ -33,9 +33,9 @@ webServer:
|
||||
enabled: true
|
||||
rootDir: /usr/local/etc/omc/web
|
||||
listen:
|
||||
- addr: "0.0.0.0:80"
|
||||
- addr: 0.0.0.0:80
|
||||
schema: http
|
||||
- addr: "0.0.0.0:443"
|
||||
- addr: 0.0.0.0:443
|
||||
schema: https
|
||||
certFile: /usr/local/etc/omc/certs/omc-web.crt
|
||||
keyFile: /usr/local/etc/omc/certs/omc-web.key
|
||||
|
||||
Reference in New Issue
Block a user