]> git.donarmstrong.com Git - roundcube.git/blob - debian/conf/lighttpd.conf
Merge commit 'upstream/0.3' into unstable-import
[roundcube.git] / debian / conf / lighttpd.conf
1 # You may want to set up this alias differently depending on your
2 # virtual host configuration. Do not forget to adapt the rest of the
3 # configuration.
4
5 alias.url += ("/roundcube/program/js/tiny_mce" => "/usr/share/tinymce/www")
6 alias.url += ("/roundcube" => "/var/lib/roundcube")
7
8 $HTTP["url"] =~ "^/roundcube" {
9   server.follow-symlink = "enable"
10 }
11
12 $HTTP["url"] =~ "^/roundcube/config|/roundcube/temp|/roundcube/logs" {
13   url.access-deny = ( "" )
14 }