Mercurial > hg > rc1
comparison etc/lighttpd.conf @ 38:ac106d4c8961 default tip
flip /etc/roundcube to point here
author | Charlie Root |
---|---|
date | Sat, 29 Dec 2018 05:39:53 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
37:96515de44ecf | 38:ac106d4c8961 |
---|---|
1 # You may want to set up this alias differently depending on your | |
2 # virtual host configuration. Do not forget to adapt the rest of the | |
3 # configuration. | |
4 | |
5 # Look at /var/lib/roundcube/.htaccess. You may need to migrate some | |
6 # of those php_flag/php_value to your setup. | |
7 | |
8 alias.url += ("/roundcube" => "/var/lib/roundcube") | |
9 | |
10 $HTTP["url"] =~ "^/roundcube" { | |
11 server.follow-symlink = "enable" | |
12 } | |
13 | |
14 $HTTP["url"] =~ "^/roundcube/config|/roundcube/temp|/roundcube/logs" { | |
15 url.access-deny = ( "" ) | |
16 } |