updated PHP preamble
This commit is contained in:
parent
5c8778af29
commit
af549958ea
6
.vscode/numbered-bookmarks.json
vendored
6
.vscode/numbered-bookmarks.json
vendored
@ -6,13 +6,13 @@
|
|||||||
-1,
|
-1,
|
||||||
19,
|
19,
|
||||||
54,
|
54,
|
||||||
744,
|
746,
|
||||||
-1,
|
-1,
|
||||||
-1,
|
-1,
|
||||||
-1,
|
-1,
|
||||||
-1,
|
-1,
|
||||||
657,
|
-1,
|
||||||
706
|
-1
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
4
setup.sh
4
setup.sh
@ -527,7 +527,9 @@ echo "questions will allow the script to auto-configure that for you."
|
|||||||
echo -e "\nIf you have not yet installed PHP-FPM but intend to do so in the future, you"
|
echo -e "\nIf you have not yet installed PHP-FPM but intend to do so in the future, you"
|
||||||
echo -e "can answer ${warn}yes${mag} and provide details for your intended setup so the script can"
|
echo -e "can answer ${warn}yes${mag} and provide details for your intended setup so the script can"
|
||||||
echo -e "generate a configuration that will work once your PHP-FPM is set up."
|
echo -e "generate a configuration that will work once your PHP-FPM is set up."
|
||||||
echo -e "{warn}Note: NGINX WILL STILL WORK if configured to use PHP-FPM but without PHP-FPM actually installed. However, it will throw 500/503 errors if you attempt to serve PHP content.${norm}\n"
|
echo -e "${warn}Note: NGINX WILL STILL WORK if configured to use PHP-FPM but without PHP-FPM"
|
||||||
|
echo "actually installed. However, it will throw 500/503 errors if you attempt"
|
||||||
|
echo -e "to serve PHP content.${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