mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Update cache code to INI style configuration
Change the defines to config_get and add one cache option and one option to define memcache_servers. Mention the required dependency to get memcached working in the INSTALL file. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
c3bca45973
commit
ca6332de6e
3 changed files with 12 additions and 7 deletions
6
INSTALL
6
INSTALL
|
@ -95,3 +95,9 @@ read the instructions below.
|
|||
}
|
||||
|
||||
Sample systemd unit files for fcgiwrap can be found under conf/.
|
||||
|
||||
10) If you want memcache to cache MySQL data.
|
||||
|
||||
# pacman -S php-memcached
|
||||
|
||||
And edit the configuration file to enabled memcache caching.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue