We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd3c2f commit 8ba51ebCopy full SHA for 8ba51eb
install/vst-install-ubuntu.sh
@@ -484,6 +484,11 @@ if [ "$srv_type" = 'micro' ]; then
484
rm -f /usr/local/vesta/data/templates/web/apache2/phpfcgid.*
485
fi
486
487
+# Removing CGI templates
488
+if [ "$codename" = 'trusty' ]; then
489
+ rm -f /usr/local/vesta/data/templates/web/apache2/phpcgi.*
490
+fi
491
+
492
# Generating SSL certificate
493
$VESTA/bin/v-generate-ssl-cert $(hostname) $email 'US' 'California' \
494
'San Francisco' 'Vesta Control Panel' 'IT' > /tmp/vst.pem
0 commit comments