Compare commits
2 Commits
f433895670
...
7e9f0f1074
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e9f0f1074 | ||
|
|
be9c2de988 |
@@ -1499,6 +1499,10 @@ fi
|
||||
# Configure PHP-FPM #
|
||||
#----------------------------------------------------------#
|
||||
|
||||
if [ "$uselocalphp" == "no" ]; then
|
||||
multiphp_v=("74" "80" "81" "82" "83" "84")
|
||||
fi
|
||||
|
||||
if [ "$phpfpm" = "yes" ]; then
|
||||
if [ "$multiphp" = 'yes' ]; then
|
||||
for v in "${multiphp_v[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user