/etc/roundcube/lighttpd.conf is in roundcube-core 0.9.5-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # You may want to set up this alias differently depending on your
# virtual host configuration. Do not forget to adapt the rest of the
# configuration.
# Look at /var/lib/roundcube/.htaccess. You may need to migrate some
# of those php_flag/php_value to your setup.
alias.url += ("/roundcube/program/js/tiny_mce" => "/usr/share/tinymce/www")
alias.url += ("/roundcube" => "/var/lib/roundcube")
$HTTP["url"] =~ "^/roundcube" {
server.follow-symlink = "enable"
}
$HTTP["url"] =~ "^/roundcube/config|/roundcube/temp|/roundcube/logs" {
url.access-deny = ( "" )
}
|