hide phpType is not using PHP
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user