Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions doc/admin-guide/files/index.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Configuration Files
ssl_multicert.config.en
sni.yaml.en
storage.config.en
storage.yaml.en
strategies.yaml.en
volume.config.en
jsonrpc.yaml.en
Expand Down Expand Up @@ -80,13 +81,16 @@ Configuration Files
Configures SNI based Layer 4 routing.

:doc:`storage.config.en`
Configures all storage devices and paths to be used for the |TS| cache.
Configures all storage devices and paths to be used for the |TS| cache. (Deprecated in favor of :file:`storage.yaml`)

:doc:`storage.yaml.en`
Configures all storage devices and paths to be used for the |TS| cache and defines cache space usage by individual protocols.

:doc:`strategies.yaml.en`
Configures NextHop strategies used with `remap.config` and replaces parent.config.

:doc:`volume.config.en`
Defines cache space usage by individual protocols.
Defines cache space usage by individual protocols. (Deprecated :file:`storage.yaml`)

:doc:`jsonrpc.yaml.en`
Defines some of the configurable arguments of the jsonrpc endpoint.
Expand Down
5 changes: 5 additions & 0 deletions doc/admin-guide/files/storage.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ storage.config

.. configfile:: storage.config


.. important::

Deprecated in favor of :file:`storage.yaml`.

The :file:`storage.config` file (by default, located in
``/usr/local/etc/trafficserver/``) lists all the files, directories, and/or
hard disk partitions that make up the Traffic Server cache. After you
Expand Down
Loading