X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=opensearch_desc.php;h=15ec62d0e56523466146afb481b455c31053f916;hb=c5a731b83f35b4197454c84fd1c36264157a4952;hp=bd3281aa9c6c3ba4d6d0c715dd79de5e15e38f9b;hpb=578318e68856ef2f5258c67a50d815d06960e206;p=lhc%2Fweb%2Fwiklou.git diff --git a/opensearch_desc.php b/opensearch_desc.php index bd3281aa9c..15ec62d0e5 100644 --- a/opensearch_desc.php +++ b/opensearch_desc.php @@ -36,7 +36,7 @@ if ( $wgRequest->getVal( 'ctype' ) == 'application/xml' ) { $response = $wgRequest->response(); $response->header( "Content-type: $ctype" ); -// Set an Expires header so that squid can cache it for a short time +// Set an Expires header so that CDN can cache it for a short time // Short enough so that the sysadmin barely notices when $wgSitename is changed $expiryTime = 600; # 10 minutes $response->header( 'Expires: ' . gmdate( 'D, d M Y H:i:s', time() + $expiryTime ) . ' GMT' );