Manual:$wgCdnMatchParameterOrder/en
From Linux Web Expert
<translate> HTTP proxy (CDN) settings</translate>: $wgCdnMatchParameterOrder | |
---|---|
Indicates if should take query parameters order on incoming requests into account for CDN caching |
|
<translate> Introduced in version:</translate> | 1.39.0 (Gerrit change 820905; git #a8717756) |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | (boolean) |
<translate> Default value:</translate> | true |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Details
Set this to false
if MediaWiki is behind a CDN that re-orders query parameters on incoming requests.
MediaWiki sets a large Cache-Control: s-maxage=
directive on page views only if the request URL matches one of the normal CDN URL forms.
When this setting is false
, the matching algorithm ignores the order of URL parameters.