]> git.donarmstrong.com Git - roundcube.git/blob - debian/conf/lighttpd.conf
Imported Debian patch 0.5.2+dfsg-1
[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 # Look at /var/lib/roundcube/.htaccess. You may need to migrate some
6 # of those php_flag/php_value to your setup.
7
8 alias.url += ("/roundcube/program/js/tiny_mce" => "/usr/share/tinymce/www")
9 alias.url += ("/roundcube" => "/var/lib/roundcube")
10
11 $HTTP["url"] =~ "^/roundcube" {
12   server.follow-symlink = "enable"
13 }
14
15 $HTTP["url"] =~ "^/roundcube/config|/roundcube/temp|/roundcube/logs" {
16   url.access-deny = ( "" )
17 }