diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-10-29 09:36:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-10-29 09:36:57 +0100 |
commit | 1933ec592f4f82b0adf52c80cb722b8571c57896 (patch) | |
tree | 763daa5ce7a6a6678559c24d7735adfff1b762fb /roundcubemail.conf |
roundcubemail: import from rawhide
Diffstat (limited to 'roundcubemail.conf')
-rw-r--r-- | roundcubemail.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roundcubemail.conf b/roundcubemail.conf new file mode 100644 index 0000000..2e4b213 --- /dev/null +++ b/roundcubemail.conf @@ -0,0 +1,11 @@ +# +# Round Cube Webmail is a browser-based multilingual IMAP client +# + +Alias /roundcubemail /usr/share/roundcubemail + +<Directory /usr/share/roundcubemail/> + Order Deny,Allow + Deny from all + Allow from 127.0.0.1 +</Directory> |