summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorot1 <andreas@maunz.de>2011-11-16 09:21:24 +0100
committerot1 <andreas@maunz.de>2011-11-16 09:22:04 +0100
commit8dd7e636e80f3024ba059d3b1fb46db534436363 (patch)
tree723cc6d6823b2da0eea65badf79230763748c323
parent5c62ba3b7b259f25729d2f0d651147627e141cf8 (diff)
Better hint for colons
-rwxr-xr-xconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sh b/config.sh
index e0b20e0..cdc0309 100755
--- a/config.sh
+++ b/config.sh
@@ -22,7 +22,7 @@ REDIS_NUM_VER="2.2.2"
# 4) Server settings.
NGINX_SERVERNAME="toxcreate3.in-silico.ch"
WWW_DEST="$OT_PREFIX/www"
-PORT=":8080" # leave empty for port 80 otherwise set to e.g. ":8080"
+PORT="" # set to empty string ("") for port 80 otherwise set to port *using colons* e.g. ":8080"
# Done.