From 8dd7e636e80f3024ba059d3b1fb46db534436363 Mon Sep 17 00:00:00 2001 From: ot1 Date: Wed, 16 Nov 2011 09:21:24 +0100 Subject: Better hint for colons --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3