Merge pull request #745 from wazuh/744-port443

Dashboard port changed to 443
This commit is contained in:
Alberto Rodríguez 2022-04-11 20:16:24 +02:00 committed by GitHub
commit 265d80d4a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ indexer_api_protocol: https
dashboard_conf_path: /etc/wazuh-dashboard/ dashboard_conf_path: /etc/wazuh-dashboard/
dashboard_node_name: node-1 dashboard_node_name: node-1
dashboard_server_host: "0.0.0.0" dashboard_server_host: "0.0.0.0"
dashboard_server_port: "5601" dashboard_server_port: "443"
dashboard_server_name: "dashboard" dashboard_server_name: "dashboard"
wazuh_version: 4.3.0 wazuh_version: 4.3.0
indexer_cluster_nodes: indexer_cluster_nodes: