]> git.donarmstrong.com Git - roundcube.git/blob - debian/conf/lighttpd.conf
lighttpd support
[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 += (
6      "/roundcube" => "/var/lib/roundcube",
7      # Uncomment the following line if you want to use tinymce. You
8      # will need tinymce package.
9      # "/roundcube/program/js/tiny_mce" => "/usr/share/tinymce/www"
10 )
11
12 $HTTP["url"] =~ "^/roundcube" {
13   server.follow-symlink = "enable"
14 }
15
16 $HTTP["url"] =~ "^/roundcube/config|/roundcube/temp|/roundcube/logs" {
17   url.access-deny = ( "" )
18 }