mirror of https://github.com/hashicorp/consul
Docs: Web UI config updates (#2411)
* Updates around Web UI directory configuration * consistent termspull/2508/head
parent
8eaf61397c
commit
df51fde7b0
|
@ -283,7 +283,7 @@ will exit with an error at startup.
|
||||||
|
|
||||||
* <a name="_ui_dir"></a><a href="#_ui_dir">`-ui-dir`</a> - This flag provides the directory containing
|
* <a name="_ui_dir"></a><a href="#_ui_dir">`-ui-dir`</a> - This flag provides the directory containing
|
||||||
the Web UI resources for Consul. This will automatically enable the Web UI. The directory must be
|
the Web UI resources for Consul. This will automatically enable the Web UI. The directory must be
|
||||||
readable to the agent.
|
readable to the agent. Starting with Consul version 0.7.0 and later, the Web UI assets are included in the binary so this flag is no longer necessary; specifying only the `-ui` flag is enough to enable the Web UI.
|
||||||
|
|
||||||
## <a name="configuration_files"></a>Configuration Files
|
## <a name="configuration_files"></a>Configuration Files
|
||||||
|
|
||||||
|
@ -868,7 +868,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
|
||||||
command-line flag.
|
command-line flag.
|
||||||
|
|
||||||
* <a name="ui_dir"></a><a href="#ui_dir">`ui_dir`</a> - Equivalent to the
|
* <a name="ui_dir"></a><a href="#ui_dir">`ui_dir`</a> - Equivalent to the
|
||||||
[`-ui-dir`](#_ui_dir) command-line flag.
|
[`-ui-dir`](#_ui_dir) command-line flag. This configuration key is not required as of Consul version 0.7.0 and later.
|
||||||
|
|
||||||
* <a name="unix_sockets"></a><a href="#unix_sockets">`unix_sockets`</a> - This
|
* <a name="unix_sockets"></a><a href="#unix_sockets">`unix_sockets`</a> - This
|
||||||
allows tuning the ownership and permissions of the
|
allows tuning the ownership and permissions of the
|
||||||
|
|
Loading…
Reference in New Issue