Dashboard port update in README

This commit is contained in:
Gonzalo Acuña 2022-04-18 09:24:36 -03:00
parent 889b8a9dd7
commit 9f85a4f3f0
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270

View File

@ -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://<dashboard_host>:5601`
After the playbook execution, the Wazuh UI should be reachable through `https://<dashboard_host>`
## 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://<your server host>:5601`
After the playbook execution, the Wazuh UI should be reachable through `https://<your server host>`
## Contribute