summaryrefslogtreecommitdiff
path: root/mail/roundcube/files/roundcube.conf
diff options
context:
space:
mode:
authortaca <taca>2013-06-15 16:08:09 +0000
committertaca <taca>2013-06-15 16:08:09 +0000
commitf9a97c471c7b651eb192e588fa5850aa2653f570 (patch)
treea01c0d40c6a80a77214732154ce94a85f1b67d5e /mail/roundcube/files/roundcube.conf
parente464c4b5161de7fc4251a36426609146c1be71f4 (diff)
downloadpkgsrc-f9a97c471c7b651eb192e588fa5850aa2653f570.tar.gz
Update roundcube to 0.9.1.
Changes are too any to write here and please refer CHANGELOG. pkgsrc changes: * Add note to enable access_compat_module Apache 2.3 or later. * Make php-mcrypt mandatory. * Clean up PKG_OPTIONS. * Add several patches from official repository.
Diffstat (limited to 'mail/roundcube/files/roundcube.conf')
-rw-r--r--mail/roundcube/files/roundcube.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/roundcube/files/roundcube.conf b/mail/roundcube/files/roundcube.conf
index 63f5bded8f8..1f83e4a0379 100644
--- a/mail/roundcube/files/roundcube.conf
+++ b/mail/roundcube/files/roundcube.conf
@@ -1,4 +1,4 @@
-# $NetBSD: roundcube.conf,v 1.5 2013/01/08 23:27:55 jym Exp $
+# $NetBSD: roundcube.conf,v 1.6 2013/06/15 16:08:09 taca Exp $
#
# RoundCube configuration file fragment for Apache
@@ -9,10 +9,10 @@
# Don't forget to adapt the configuration in @RCDIR@/.htaccess
# to your liking.
<Directory "@RCDIR@">
- Order allow,deny
- Allow from all
AllowOverride All
DirectoryIndex index.php
+ Order allow,deny
+ Allow from all
</Directory>
#