X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fconf%2Flighttpd.conf;h=46a12ae3462e29d597c2c376941100768df77d60;hb=0bdea27265954a80387245194525a0aca97ff54a;hp=d64b232cbb040e3155aa2375aae3f6f94a67efb9;hpb=2f098d0bb70ae5d5785f261e6c48811f06d634f2;p=roundcube.git diff --git a/debian/conf/lighttpd.conf b/debian/conf/lighttpd.conf index d64b232..46a12ae 100644 --- a/debian/conf/lighttpd.conf +++ b/debian/conf/lighttpd.conf @@ -2,11 +2,11 @@ # virtual host configuration. Do not forget to adapt the rest of the # configuration. -alias.url += ( - "/roundcube" => "/var/lib/roundcube", - # The following line allow to use tinymce. Look at README.Debian - "/roundcube/program/js/tiny_mce" => "/usr/share/tinymce/www" -) +# 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"