summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-11-17 13:44:31 +0100
committerAndreas Maunz <andreas@maunz.de>2011-11-17 13:44:31 +0100
commitd231bd32f9be394119fa877b1b059a79986ee050 (patch)
treedc2a05566e39d6dadf15437cfd1dbe333059e63d
parent6f7c4d138916a12d9aab0fc4cad8c4d6b472742b (diff)
Fixed NGINX_PORT string
-rwxr-xr-xconfig.sh2
1 files changed, 1 insertions, 1 deletions
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.