File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 285285if [ " $iptables " = ' no' ]; then
286286 fail2ban=' no'
287287fi
288+ if [ " $apache " = " no" ]; then
289+ phpfpm=' yes'
290+ fi
288291
289292# Checking root permissions
290293if [ " x$( id -u) " != ' x0' ]; then
@@ -1232,6 +1235,7 @@ $HESTIA/bin/v-change-user-role admin admin
12321235$HESTIA /bin/v-change-user-language admin $lang
12331236$HESTIA /bin/v-change-sys-config-value ' POLICY_SYSTEM_PROTECTED_ADMIN' ' yes'
12341237
1238+ locale-gen " en_US.utf8" > /dev/null 2>&1
12351239# ----------------------------------------------------------#
12361240# Configure Nginx #
12371241# ----------------------------------------------------------#
Original file line number Diff line number Diff line change 266266if [ " $iptables " = ' no' ]; then
267267 fail2ban=' no'
268268fi
269+ if [ " $apache " = " no" ]; then
270+ phpfpm=' yes'
271+ fi
269272
270273# Checking root permissions
271274if [ " x$( id -u) " != ' x0' ]; then
@@ -1271,6 +1274,7 @@ $HESTIA/bin/v-change-user-role admin admin
12711274$HESTIA /bin/v-change-user-language admin $lang
12721275$HESTIA /bin/v-change-sys-config-value ' POLICY_SYSTEM_PROTECTED_ADMIN' ' yes'
12731276
1277+ locale-gen " en_US.utf8" > /dev/null 2>&1
12741278
12751279# ----------------------------------------------------------#
12761280# Configure Nginx #
You can’t perform that action at this time.
0 commit comments