diff --git a/etc/proxy-server.conf-sample b/etc/proxy-server.conf-sample index 2acac1a289..ae53b50c2c 100644 --- a/etc/proxy-server.conf-sample +++ b/etc/proxy-server.conf-sample @@ -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: