summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-04-03 16:47:23 +0200
committerAndreas Maunz <andreas@maunz.de>2012-04-03 16:47:23 +0200
commit1684c349afa0ed169e1def2eb5c70f0948a209f4 (patch)
treea4e86d584edbe50cc7848f22ff6bd98ab1227c59 /config.sh
parent66f2631bdf18bffe4e7600c74e121e2c2b76f705 (diff)
First commit
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sh b/config.sh
index 8ece62e..ff93e45 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="" # set to empty string ("") for port 80 otherwise set to port *using colon* e.g. ":8080"
-OHM_PORT="6379" # set to port (no colon)
+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)
# Done.