* Decouple server and Uchiwa API ports
Otherwise it is very difficult to set up a reverse proxy with TLS in
front of the API service.
The default value stays the same as `sensu_api_port` to avoid breakage.
* Document uchiwa_sensu_api_port
| `uchiwa_pkg_download_path` | _undefined_ | The path to fetch the Uchiwa package to (specific to Linux systems) |
| `uchiwa_pkg_version` | _undefined_ | The version of the Uchiwa package to fetch (specific to Linux systems) |
| `uchiwa_pkg_download_url` | _undefined_ | The URL of the Uchiwa package to fetch (specific to Linux systems) |
+| `uchiwa_sensu_api_port' | "{{ sensu_api_port }}" | Port for Uchiwa to communicate with the Sensu API. Change it if you have a load balancer/reverse proxy in front of the API servers listening on a different port than 4567. |
## Ubuntu
### [redis Server Properties](https://sensuapp.org/docs/latest/reference/redis)