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