Podręcznik:$wgVaryOnXFP

This page is a translated version of the page Manual:$wgVaryOnXFP and the translation is 38% complete.
HTTP proxy (CDN) settings: $wgVaryOnXFP
Whether to add X-Forwarded-Proto to the Vary header for API requests and RSS/Atom feeds.
Wprowadzono w wersji:1.18.0
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(boolean)
Domyślna wartość:false

Szczegóły

Whether to add X-Forwarded-Proto to the Vary header for API requests and RSS/Atom feeds.

Use this if you have an SSL termination setup and need to split the cache between HTTP and HTTPS for API requests, feed requests and HTTP redirect responses in order to prevent cache pollution.

This does not affect 'normal' requests to index.php other than HTTP redirects.

Zobacz też