mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Removing phpcgi template for Ubuntu 14.04 as deprecated
This commit is contained in:
parent
3dd3c2f454
commit
8ba51eb0ac
1 changed files with 5 additions and 0 deletions
|
@ -484,6 +484,11 @@ if [ "$srv_type" = 'micro' ]; then
|
||||||
rm -f /usr/local/vesta/data/templates/web/apache2/phpfcgid.*
|
rm -f /usr/local/vesta/data/templates/web/apache2/phpfcgid.*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Removing CGI templates
|
||||||
|
if [ "$codename" = 'trusty' ]; then
|
||||||
|
rm -f /usr/local/vesta/data/templates/web/apache2/phpcgi.*
|
||||||
|
fi
|
||||||
|
|
||||||
# Generating SSL certificate
|
# Generating SSL certificate
|
||||||
$VESTA/bin/v-generate-ssl-cert $(hostname) $email 'US' 'California' \
|
$VESTA/bin/v-generate-ssl-cert $(hostname) $email 'US' 'California' \
|
||||||
'San Francisco' 'Vesta Control Panel' 'IT' > /tmp/vst.pem
|
'San Francisco' 'Vesta Control Panel' 'IT' > /tmp/vst.pem
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue