From 7776175ac7166537408d30e6a8f7210f8e9a9a3d Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Wed, 16 Nov 2011 17:41:40 +0100 Subject: Port 80 default --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 9ebd47d..1886f89 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=":8081" # set to empty string ("") for port 80 otherwise set to port *using colon* e.g. ":8080" +PORT="" # set to empty string ("") for port 80 otherwise set to port *using colon* e.g. ":8080" OHM_PORT="6379" # set to port (no colon) # Done. -- cgit v1.2.3