You are configuring caching rules for an Azure CDN Standard from Microsoft endpoint. The origin server hosts a web application with the following requirements:
* JSON configuration files located in the `/config/` directory must be cached on the CDN for exactly 2 hours, regardless of any `Cache-Control` headers returned by the origin server.
* Media files located in the `/media/` directory must honor the `Cache-Control` header set by the origin server. If the origin server does not return a `Cache-Control` header, the CDN must cache these files for 5 days.
* For all requests to the endpoint, any query string parameters must be ignored by the CDN, and the same cached asset must be served to all users.
Which configuration should you apply to the CDN endpoint?
- Query string caching behavior: Ignore query strings; Custom caching rule for /config/*: Caching behavior set to Override with a duration of 2 hours; Custom caching rule for /media/*: Caching behavior set to Set if missing with a duration of 5 daysCevap
- BQuery string caching behavior: Bypass caching; Custom caching rule for /config/*: Caching behavior set to Override with a duration of 2 hours; Custom caching rule for /media/*: Caching behavior set to Set if missing with a duration of 5 days
- CQuery string caching behavior: Ignore query strings; Custom caching rule for /config/*: Caching behavior set to Set if missing with a duration of 2 hours; Custom caching rule for /media/*: Caching behavior set to Override with a duration of 5 days
- DQuery string caching behavior: Cache every unique URL; Custom caching rule for /config/*: Caching behavior set to Bypass cache with a duration of 2 hours; Custom caching rule for /media/*: Caching behavior set to Set if missing with a duration of 5 days