Manual:$wgSquidMaxage
Appearance
この機能は、バージョン 1.35.0 で MediaWiki コアから除去されました。
この機能を使用するための代替方法については $wgCdnMaxAge を参照してください。 |
| HTTP プロキシ (CDN) 設定: $wgSquidMaxage | |
|---|---|
| Squid のキャッシュのタイムアウト。 |
|
| 導入されたバージョン: | 1.2.0 |
| 廃止予定になったバージョン: | 1.34.0 (Gerrit change 387877; git #f9f8dff4) |
| 除去されたバージョン: | 1.35.0 (Gerrit change 579755; git #e8d9d68b) |
| 許容される値: | (整数) |
| 既定値: | 18000 |
| その他の設定: アルファベット順 | 機能順 | |
詳細
Cache timeout for the squid, will be sent as s-maxage (without ESI) or Surrogate-Control (with ESI). Without ESI, you should strip out s-maxage in the Squid config. 18000 seconds = 5 hours, more cache hits with 2678400 = 31 days.