hide phpType is not using PHP
This commit is contained in:
parent
7ab4e8bc8c
commit
f22c7f4c80
2
setup.sh
2
setup.sh
@ -480,6 +480,7 @@ if [ "${usePHP}" -eq 1 ]; then
|
||||
fi
|
||||
|
||||
# get PHP-FPM TCP or Sockets configuration
|
||||
if [ "${usePHP}" -eq 1 ]; then
|
||||
echo -e "\n${mag}PHP-FPM can be set up to respond to requests via TCP or via UNIX sockets."
|
||||
echo "If you have no idea what any of this means, then you're probably using the"
|
||||
echo -e "default setup which is sockets${norm}\n"
|
||||
@ -503,6 +504,7 @@ while true; do
|
||||
;;
|
||||
esac
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
: <<'COMMENTSECTION'
|
||||
|
Loading…
Reference in New Issue
Block a user