From d231bd32f9be394119fa877b1b059a79986ee050 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Thu, 17 Nov 2011 13:44:31 +0100 Subject: Fixed NGINX_PORT string --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 1886f89..60dff2a 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="" # set to empty string ("") for port 80 otherwise set to port *using colon* e.g. ":8080" +NGINX_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