Manual:$wgCacheDirectory
From MediaWiki.org
Cache: $wgCacheDirectory | |
---|---|
Directory for caching interface messages in the local filesystem. |
|
Introduced in version: | 1.16.0 (r52503) |
Removed in version: | still in use |
Allowed values: | String: path on the filesystem |
Default value: | false |
Other settings: Alphabetical | By Function
Details[edit | edit source]
Directory for caching interface messages in the local filesystem. Should not be accessible from the web (chmod 700 on Unix). Set this to false to not use any local caches.
Note: The usage of
$wgCacheDirectory
depends on the settings of $wgLocalisationCacheConf
.