mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Improved docs for the 'static' config setting
This commit is contained in:
parent
271446b6e0
commit
9f1f5b9c17
@ -13,8 +13,13 @@ A hypermedia REST API for Salt using the CherryPy framework
|
||||
ssl_key
|
||||
Required when ``debug`` is ``False``
|
||||
static
|
||||
A filesystem path to where the static JavaScript/CSS/image assets are
|
||||
stored. These assets are currently in the `salt-ui`_ sister project.
|
||||
A filesystem path to static HTML/JavaScript/CSS/image assets.
|
||||
If this directory contains a ``index.html`` file, it will be served at
|
||||
the root URL when HTML is requested by a client via the ``Accept``
|
||||
header.
|
||||
|
||||
This directory may point to a clone of the `salt-ui`_ project to
|
||||
bootstrap a graphical interface for interacting with Salt.
|
||||
|
||||
For example:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user