Skip to content

Commit

Permalink
website: document the static ui flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanuber committed Dec 25, 2015
1 parent 3cf6a17 commit e040616
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion website/source/docs/agent/options.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,12 @@ The options below are all specified on the command-line.
* <a name="_syslog"></a><a href="#_syslog">`-syslog`</a> - This flag enables logging to syslog. This
is only supported on Linux and OSX. It will result in an error if provided on Windows.

* <a name="_ui"></a><a href="#_ui">`-ui`</a> - Enables the built-in web UI
server and the required HTTP routes. This eliminates the need to maintain the
Consul web UI files separately from the binary.

* <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 must be provided to 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.

## <a name="configuration_files"></a>Configuration Files
Expand Down Expand Up @@ -590,6 +594,9 @@ definitions support being updated during a reload.
[`enable_syslog`](#enable_syslog) is provided, this controls to which
facility messages are sent. By default, `LOCAL0` will be used.

* <a name="ui"></a><a href="#ui">`ui`</a> - Equivalent to the [`-ui`](#_ui)
command-line flag.

* <a name="ui_dir"></a><a href="#ui_dir">`ui_dir`</a> - Equivalent to the
[`-ui-dir`](#_ui_dir) command-line flag.

Expand Down

0 comments on commit e040616

Please sign in to comment.