Browse Source

website: Document the ui-dir flags

pull/98/head
Armon Dadgar 11 years ago committed by Jack Pearkes
parent
commit
f9ff14531f
  1. 5
      website/source/docs/agent/options.html.markdown

5
website/source/docs/agent/options.html.markdown

@ -93,6 +93,9 @@ The options below are all specified on the command-line.
participate in a WAN gossip pool with server nodes in other datacenters. Servers act as gateways
to other datacenters and forward traffic as appropriate.
* `-ui-dir` - This flag provides a the directory containing the Web UI resources
for Consul. This must be provided to enable the Web UI. Directory must be readable.
## Configuration Files
In addition to the command-line options, configuration can be put into
@ -142,6 +145,8 @@ definitions support being updated during a reload.
* `server` - Equivalent to the `-server` command-line flag.
* `ui_dir` - Equivalent to the `-ui-dir` command-line flag.
* `advertise_addr` - The advertise address is used to change the address that we
advertise to other nodes in the cluster. By default, the `-bind` address is
advertised. However, in some cases, there may be a routable address that cannot

Loading…
Cancel
Save