- Property Manager name: Origin Base Path
- Behavior version: The
v2024-08-13
rule format supports thebaseDirectory
behavior v1.1. - Rule format status: Deprecated, outdated rule format
- Access: Read/Write
- Allowed in includes: Yes
Prefix URLs sent to the origin with a base path.
For example, with an origin of example.com
, setting the value
to /images
sets the origin's base path to example.com/images
. Any request for a my_pics/home.jpg
file resolves on the origin server to example.com/images/my_pics/home.jpg
.
Note:
- Changing the origin's base path also changes the cache key, which makes any existing cached data inaccessible. This causes a spike in traffic to your origin until the cache repopulates with fresh content.
- You can't override the base path with other behaviors. For example, if in the
rewriteUrl
behavior you specifytargetPath
to/gifs/hello.gif
, this gets appended to the base path:example.com/images/gifs/hello.gif
.