HEX
Server: nginx/1.29.3
System: Linux mail.sarafai.ru 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: root (0)
PHP: 7.4.33
Disabled: dl,exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: //etc/roundcube/lighttpd.conf
# 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/public_html")

$HTTP["url"] =~ "^/roundcube" {
  server.follow-symlink = "enable"
}

$HTTP["url"] =~ "^/roundcube/config|/roundcube/temp|/roundcube/logs" {
  url.access-deny = ( "" )
}