From 9f85a4f3f0b81c0fc77e8ae876d6efcf34982fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Mon, 18 Apr 2022 09:24:36 -0300 Subject: [PATCH] Dashboard port update in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e70dee55..6a9fda27 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ ansible_ssh_extra_args='-o StrictHostKeyChecking=no' sudo ansible-playbook wazuh-production-ready.yml -i inventory ``` -After the playbook execution, the Wazuh UI should be reachable through `https://:5601` +After the playbook execution, the Wazuh UI should be reachable through `https://` ## Example: single-host environment @@ -380,7 +380,7 @@ ansible_ssh_extra_args='-o StrictHostKeyChecking=no' sudo ansible-playbook wazuh-single.yml -i inventory ``` -After the playbook execution, the Wazuh UI should be reachable through `https://:5601` +After the playbook execution, the Wazuh UI should be reachable through `https://` ## Contribute