Removing phpcgi template for Ubuntu 14.04 as deprecated

This commit is contained in:
Serghey Rodin 2014-08-04 21:11:42 +03:00
commit 8ba51eb0ac

View file

@ -484,6 +484,11 @@ if [ "$srv_type" = 'micro' ]; then
rm -f /usr/local/vesta/data/templates/web/apache2/phpfcgid.*
fi
# Removing CGI templates
if [ "$codename" = 'trusty' ]; then
rm -f /usr/local/vesta/data/templates/web/apache2/phpcgi.*
fi
# Generating SSL certificate
$VESTA/bin/v-generate-ssl-cert $(hostname) $email 'US' 'California' \
'San Francisco' 'Vesta Control Panel' 'IT' > /tmp/vst.pem