]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/conf/lighttpd.conf
New upstream version.
[roundcube.git] / debian / conf / lighttpd.conf
index d64b232cbb040e3155aa2375aae3f6f94a67efb9..46a12ae3462e29d597c2c376941100768df77d60 100644 (file)
@@ -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"