add mangle_client_paths to example config

Change-Id: Ic1126fc95e8152025fccf25356c253facce3e3ec
This commit is contained in:
Clay Gerrard 2017-10-10 11:47:50 -07:00
parent 94bac4ab2f
commit 45ca39fc68

View File

@ -558,6 +558,14 @@ use = egg:swift#domain_remap
# reseller_prefixes = AUTH # reseller_prefixes = AUTH
# default_reseller_prefix = # default_reseller_prefix =
# Enable legacy remapping behavior for versioned path requests:
# c.a.example.com/v1/o -> /v1/AUTH_a/c/o
# instead of
# c.a.example.com/v1/o -> /v1/AUTH_a/c/v1/o
# ... by default all path parts after a remapped domain are considered part of
# the object name with no special case for the path "v1"
# mangle_client_paths = False
[filter:catch_errors] [filter:catch_errors]
use = egg:swift#catch_errors use = egg:swift#catch_errors
# You can override the default log routing for this filter here: # You can override the default log routing for this filter here: