Skip to content

Commit

Permalink
change ui url so that it includes the trailing slash (#5890)
Browse files Browse the repository at this point in the history
  • Loading branch information
meirish committed Dec 5, 2018
1 parent c49d7ac commit af78f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/docs/configuration/ui/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ In this case, the UI is accessible the following URL from any machine on the
subnet (provided no network firewalls are in place):

```text
https://10.0.1.35:8200/ui
https://10.0.1.35:8200/ui/
```

It is also accessible at any DNS entry that resolves to that IP address, such as
the Consul service address (if using Consul):

```text
https://vault.service.consul:8200/ui
https://vault.service.consul:8200/ui/
```

### Note on TLS
Expand Down

0 comments on commit af78f40

Please sign in to comment.