mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -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.*
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue