fix: web port change to 80, 443

This commit is contained in:
2023-11-09 18:08:06 +08:00
parent f12014a8c3
commit c41ee26a2f
3 changed files with 96 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ rest:
port: 3030
- ipv4: 0.0.0.0
ipv6:
port: 4443
port: 3443
schema: https
caFile: /usr/local/omc/etc/certs/rootca.crt
certFile: /usr/local/omc/etc/certs/tsa-omc.crt
@@ -26,9 +26,9 @@ webServer:
enabled: true
rootDir: /usr/local/omc/htdocs/front
listen:
- addr: :8080
- addr: :80
schema: http
- addr: :8443
- addr: :443
schema: https
caFile: /usr/local/omc/etc/certs/rootca.crt
certFile: /usr/local/omc/etc/certs/tsa-omc.crt