From e9918462874873d16fa3c9c8baa354c485f3e934 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 5 Jan 2019 02:18:44 -0700 Subject: [PATCH] added local IP preamble --- .vscode/numbered-bookmarks.json | 2 +- setup.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/numbered-bookmarks.json b/.vscode/numbered-bookmarks.json index adba1cd..5fb2fc5 100644 --- a/.vscode/numbered-bookmarks.json +++ b/.vscode/numbered-bookmarks.json @@ -12,7 +12,7 @@ -1, -1, -1, - 115 + -1 ] } ] diff --git a/setup.sh b/setup.sh index ec2a6cd..94d7736 100644 --- a/setup.sh +++ b/setup.sh @@ -54,6 +54,9 @@ echo -e "You may exit this script at any prompt by typing 'X'${norm}\n" ### get local IP address +echo -e "\n${mag}In cases where this server will be acting as a (reverse) proxy,NGINX" +echo "needs to know it's own local IP address so that the logs can properly reflect" +echo -e "the IP of the remote system(s) instead of this server.${norm}\n" while true; do read -p "What is this NGINX machine's primary local IP4 address? (${detectedIP}) " inputIP case "${inputIP}" in