Mercurial > hg > rc1
view etc/lighttpd.conf @ 42:db1e51c59ddc
various small fixes from upgrades to PHP and/or hangover from fix to apt-get overwrite at beginning of the year somehow
| author | Charlie Root |
|---|---|
| date | Sun, 26 Jan 2025 13:12:28 -0500 |
| parents | ac106d4c8961 |
| children |
line wrap: on
line source
# You may want to set up this alias differently depending on your # virtual host configuration. Do not forget to adapt the rest of the # configuration. # Look at /var/lib/roundcube/.htaccess. You may need to migrate some # of those php_flag/php_value to your setup. alias.url += ("/roundcube" => "/var/lib/roundcube") $HTTP["url"] =~ "^/roundcube" { server.follow-symlink = "enable" } $HTTP["url"] =~ "^/roundcube/config|/roundcube/temp|/roundcube/logs" { url.access-deny = ( "" ) }
