install/install.php | ●●●●● patch | view | raw | blame | history | |
install/tpl/nginx_ispconfig.vhost.master | ●●●●● patch | view | raw | blame | history |
install/install.php
@@ -247,18 +247,10 @@ $inst->configure_apps_vhost(); //* Configure Firewall //** Configure Firewall if($conf['ufw']['installed'] == true) { //* Configure UFW Firewall $conf['services']['firewall'] = true; swriteln('Configuring UFW Firewall'); $inst->configure_ufw_firewall(); } else { //* Configure Bastille Firewall $conf['services']['firewall'] = true; swriteln('Configuring Bastille Firewall'); $inst->configure_firewall(); } //* Configure Fail2ban if($conf['fail2ban']['installed'] == true) { install/tpl/nginx_ispconfig.vhost.master
@@ -29,7 +29,7 @@ deny all; } location /phpmyadmin/ { location /phpmyadmin { root /usr/share/; index index.php index.html index.htm; location ~ ^/phpmyadmin/(.+\.php)$ {