Merge pull request #747 from wazuh/4.3-readme

Update Dashboard port in README
This commit is contained in:
Alberto Rodríguez 2022-04-18 14:27:00 +02:00 committed by GitHub
commit f64be953ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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