Your IP : 3.15.11.205
# Created by ispmanager 10.10.2024
# Please do not change this comment
# or all your changes will be overwritten
# the next time you update this package.
context /roundcube/config {
allowBrowse 0
}
context /roundcube/temp {
allowBrowse 0
}
context /roundcube/logs {
allowBrowse 0
}
context exp:^/roundcube/$|^/roundcube/(.*\.php)$ {
location /usr/share/roundcubemail/$1
allowSymbolLink 1
forceType application/x-httpd-roundcube
phpIniOverride {
php_admin_flag engine on
php_admin_value upload_tmp_dir /tmp
php_admin_value session.save_path "/var/lib/php/sessions"
php_admin_value safe_mode off
php_value include_path ".:/usr/share/roundcubemail:/opt/php74/share/pear"
php_admin_value open_basedir "/etc/roundcubemail:/usr/share/roundcubemail:/var/log/roundcubemail:/var/lib/roundcubemail/temp:/var/lib/roundcubemail/plugins/jqueryui/js/i18n:/tmp:/var/lib/php:/opt/php74/share/pear"
php_admin_value mbstring.func_overload 0
}
}
context /roundcube/ {
location /usr/share/roundcubemail/
allowSymbolLink 1
}