Added support for memcached distributed caching
This commit is contained in:
parent
b417ef09b2
commit
4bf9bb362d
1 changed files with 6 additions and 0 deletions
|
|
@ -34,6 +34,12 @@ uploadsPath = /data/WebGUI/www/uploads
|
|||
|
||||
#fileCacheRoot=/path/to/cache
|
||||
|
||||
# Support for the memcached distributed caching system.
|
||||
# See http://www.danga.com/memcached/ for details on memcached.
|
||||
# Uncomment this and point it to your memcached server(s).
|
||||
|
||||
# memcached_servers = 10.0.0.6:11211
|
||||
|
||||
# The database connection string. It usually takes the form of
|
||||
# DBI:<driver>:<db>;host=<hostname>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue