summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-11-06 13:29:56 +0100
committerAndreas Maunz <andreas@maunz.de>2012-11-06 13:29:56 +0100
commit1bf4a16e695f403be46e892f55d8811642d1683f (patch)
treee89b7d0bcdc3ed808a6ced88521a879c6e995704
parentc1428bc2e41bcc9f5832dfe8adbede6353d0525b (diff)
Update config.sh
-rwxr-xr-xconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sh b/config.sh
index 48f7b5c..6cb064d 100755
--- a/config.sh
+++ b/config.sh
@@ -23,7 +23,7 @@ REDIS_NUM_VER="2.4.4"
# 4) Server settings.
NGINX_SERVERNAME="toxcreate3.in-silico.ch"
WWW_DEST="$OT_PREFIX/www"
-NGINX_PORT="" # set to empty string ("") for port 80 otherwise set to port *using colon* e.g. ":8080"
+NGINX_PORT=":8080" # 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.