added PHP preamble
This commit is contained in:
parent
2071e6598c
commit
a404eea23b
6
setup.sh
6
setup.sh
@ -428,6 +428,12 @@ done
|
|||||||
|
|
||||||
### PHP-FPM related options
|
### PHP-FPM related options
|
||||||
# get PHP-FPM usage status
|
# get PHP-FPM usage status
|
||||||
|
echo -e "\n${mag}PHP-FPM allows your server to process and serve dynamic PHP content. If you"
|
||||||
|
echo "have PHP-FPM installed then NGINX needs to know how to access it. The following"
|
||||||
|
echo "questions will allow the script to auto-configure that for you. If you have"
|
||||||
|
echo "not yet installed PHP-FPM but intend to in the future, you can answer yes and"
|
||||||
|
echo "provide details for your intended setup so the script can still generate the"
|
||||||
|
echo -e "configuration for you.${norm}\n"
|
||||||
while true; do
|
while true; do
|
||||||
read -p "Are you using PHP-FPM? (default: YES) " yn
|
read -p "Are you using PHP-FPM? (default: YES) " yn
|
||||||
case $yn in
|
case $yn in
|
||||||
|
Loading…
Reference in New Issue
Block a user