Manual:$wgCdnMatchParameterOrder
HTTP プロキシ (CDN) 設定: $wgCdnMatchParameterOrder | |
---|---|
CDN キャッシングにおいて、受信リクエストのクエリ パラメーター順を考慮するかどうかを示す。 |
|
導入されたバージョン: | 1.39.0 (Gerrit change 820905; git #a8717756) |
除去されたバージョン: | 使用中 |
許容される値: | (真偽値) |
既定値: | true |
その他の設定: アルファベット順 | 機能順 |
詳細
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.