Enable roundcube
authorAlex Dehnert <alex@dehnerts.com>
Thu, 15 Jun 2017 15:36:07 +0000 (11:36 -0400)
committerAlex Dehnert <alex@dehnerts.com>
Thu, 16 Aug 2018 08:12:31 +0000 (04:12 -0400)
conf-enabled/roundcube.conf [new symlink]
sites-common/default

diff --git a/conf-enabled/roundcube.conf b/conf-enabled/roundcube.conf
new file mode 120000 (symlink)
index 0000000..88e8759
--- /dev/null
@@ -0,0 +1 @@
+../conf-available/roundcube.conf
\ No newline at end of file
index ba73b41518b7d3d56aca4fa654d24e16ad50b58a..febad9afa3c4817acc2cd9b2be80218fa6778a40 100644 (file)
@@ -22,6 +22,9 @@ ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
        Allow from all
 </Directory>
 
+Alias /roundcube/program/js/tiny_mce/ /usr/share/tinymce/www/
+Alias /roundcube /var/lib/roundcube
+
 ErrorLog ${APACHE_LOG_DIR}/error.olinda.log
 
 # Possible values include: debug, info, notice, warn, error, crit,