updated hostname preamble

This commit is contained in:
Asif Bacchus 2019-01-07 23:34:38 -07:00
parent 3b4879c000
commit b1033bfbfc
1 changed files with 3 additions and 3 deletions

View File

@ -134,9 +134,9 @@ done
### get server names for this installation
echo -e "\n${mag}To which hostnames should NGINX answer? You can pick as many hostnames as you"
echo "like. Please ensure you provide fully-qualified domain names unless you"
echo "understand the impact not doing so."
echo -e "\nIf you are setting up SSL on this system, then make sure the hostnames match"
echo "what appears on your certificates!"
echo "understand the impact of not doing so."
echo -e "\nIf you are setting up SSL on this system make sure the hostnames match what"
echo "appears on your certificates!"
echo -e "\n${warn}You will be prompted to enter one hostname at a time."
echo "Provide a blank-entry (hit enter) when you're done."
echo -e "'X' will exit the script, as always${norm}\n"