Skip to content

Commit 8ba51eb

Browse files
committed
Removing phpcgi template for Ubuntu 14.04 as deprecated
1 parent 3dd3c2f commit 8ba51eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install/vst-install-ubuntu.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,11 @@ if [ "$srv_type" = 'micro' ]; then
484484
rm -f /usr/local/vesta/data/templates/web/apache2/phpfcgid.*
485485
fi
486486

487+
# Removing CGI templates
488+
if [ "$codename" = 'trusty' ]; then
489+
rm -f /usr/local/vesta/data/templates/web/apache2/phpcgi.*
490+
fi
491+
487492
# Generating SSL certificate
488493
$VESTA/bin/v-generate-ssl-cert $(hostname) $email 'US' 'California' \
489494
'San Francisco' 'Vesta Control Panel' 'IT' > /tmp/vst.pem

0 commit comments

Comments
 (0)