]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/conf/lighttpd.conf
Handle incorrect upgrade from 0.3.1-6 when "changed" column already
[roundcube.git] / debian / conf / lighttpd.conf
index 11e8d509ab52e3e4ae67e03303edf95ce720f7a1..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/tinymce2/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"