mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Fixing nginx+php-fpm installer variant
This commit is contained in:
parent
a4f1224f99
commit
552f642704
1 changed files with 1 additions and 1 deletions
|
@ -801,7 +801,7 @@ if [ "$apache" = 'no' ] && [ "$nginx" = 'yes' ]; then
|
|||
echo "WEB_PORT='80'" >> $VESTA/conf/vesta.conf
|
||||
echo "WEB_SSL_PORT='443'" >> $VESTA/conf/vesta.conf
|
||||
echo "WEB_SSL='openssl'" >> $VESTA/conf/vesta.conf
|
||||
if [ "$release" -eq 9 ]; then
|
||||
if [ "$release" -eq 9 ] || [ "$release" -eq 10 ]; then
|
||||
if [ "$phpfpm" = 'yes' ]; then
|
||||
echo "WEB_BACKEND='php-fpm'" >> $VESTA/conf/vesta.conf
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue