We moved this page to our Documentation Portal. You can find the latest updates here. |
By default, OnApp CDN edge servers will treat entire URL as a unique cache, therefore changing the query string in the URL will be treated as two different caches, for example:
- http://cdn.example.com/test.png?121124234
- http://cdn.example.com/test.png?342345553
Ignore Query String for a CDN Resource
You can override this under CDN Resource "Advanced Settings", under "Nginx Settings". Please choose to use "$host$uri" instead of "$host$request_uri".