add mangle_client_paths to example config
Change-Id: Ic1126fc95e8152025fccf25356c253facce3e3ec
This commit is contained in:
parent
94bac4ab2f
commit
45ca39fc68
@ -558,6 +558,14 @@ use = egg:swift#domain_remap
|
||||
# reseller_prefixes = AUTH
|
||||
# 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]
|
||||
use = egg:swift#catch_errors
|
||||
# You can override the default log routing for this filter here:
|
||||
|
Loading…
Reference in New Issue
Block a user