Manual:$wgSquidMaxage/de-formal

From Linux Web Expert

Revision as of 09:33, 17 August 2022 by imported>ThisCarthing (Created page with "== Details ==")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<translate> HTTP proxy (CDN) settings</translate>: $wgSquidMaxage
Cache timeout for the squid.
<translate> Introduced in version:</translate>1.2.0
<translate> Deprecated in version:</translate>1.34.0 (Gerrit change 387877; git #f9f8dff4)
<translate> Removed in version:</translate>1.35.0 (Gerrit change 579755; git #e8d9d68b)
<translate> Allowed values:</translate>(integer)
<translate> Default value:</translate>18000

Details

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.