diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-15 10:45:50 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-15 10:45:50 -0700 |
commit | c077ad0775218e6aa8660ba97129ad74b5d54773 (patch) | |
tree | 665f2f378c585de2c16e70bf8accd2f6cc6aebe9 /README | |
parent | eb6a60ef8833d0a34768f2717f2a34fdcd52e5ce (diff) |
Configurable avatar directory
Avatar directory and path are configurable.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1008,6 +1008,12 @@ avatar For configuring avatar access. +dir: Directory to look for avatar files and to put them into. + Defaults to avatar subdirectory of install directory; if + you change it, make sure to change path, too. +path: Path to avatars. Defaults to path for avatar subdirectory, + but you can change it if you wish. Note that this will + be included with the avatar server, too. server: If set, defines another server where avatars are stored in the root directory. Note that the 'avatar' subdir still has to be writeable. You'd typically use this to split HTTP requests on |