mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-29 14:41:09 +01:00
change ui url so that it includes the trailing slash (#5890)
This commit is contained in:
parent
c49d7ace7f
commit
af78f40cf8
@ -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):
|
subnet (provided no network firewalls are in place):
|
||||||
|
|
||||||
```text
|
```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
|
It is also accessible at any DNS entry that resolves to that IP address, such as
|
||||||
the Consul service address (if using Consul):
|
the Consul service address (if using Consul):
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://vault.service.consul:8200/ui
|
https://vault.service.consul:8200/ui/
|
||||||
```
|
```
|
||||||
|
|
||||||
### Note on TLS
|
### Note on TLS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user