mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-08-23 20:46:51 +02:00
change cache to db to make it persistent
This commit is contained in:
@@ -95,8 +95,8 @@ in
|
||||
# Pretty URLs
|
||||
$wgUsePathInfo = true;
|
||||
|
||||
# cache pages with APCu
|
||||
$wgMainCacheType = CACHE_ACCEL;
|
||||
# cache pages with db
|
||||
$wgMainCacheType = CACHE_DB;
|
||||
|
||||
# TODO: nixos favicon
|
||||
#$wgFavicon = "/favicon.ico";
|
||||
@@ -148,5 +148,4 @@ in
|
||||
locations."=/nixos.png".alias = ./nixos.png;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user