summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Vorgrimmler <vorgrimmlerdavid@gmx.de>2012-04-20 15:50:23 +0200
committerDavid Vorgrimmler <vorgrimmlerdavid@gmx.de>2012-04-20 15:50:23 +0200
commit718b4687a9ea071aa3650a3f6e6b82829193496a (patch)
tree44ce30baa47ee02ae16a3a01863e882f57de6d81
parent1267aa7feda75a2fcdcaae6761fd9b658520b786 (diff)
Set config.sh to default values.pc_unified_from_jl
-rwxr-xr-xconfig.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sh b/config.sh
index ff93e45..8ece62e 100755
--- a/config.sh
+++ b/config.sh
@@ -22,8 +22,8 @@ REDIS_NUM_VER="2.4.4"
# 4) Server settings.
NGINX_SERVERNAME="toxcreate3.in-silico.ch"
WWW_DEST="$OT_PREFIX/www"
-NGINX_PORT=":8082" # set to empty string ("") for port 80 otherwise set to port *using colon* e.g. ":8080"
-OHM_PORT="6382" # set to port (no colon)
+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.