summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2011-11-15 14:28:49 +0100
committerdavor <vorgrimmlerdavid@gmx.de>2011-11-15 14:28:49 +0100
commit4f89b9975ba06d9e2fffe862b3a12978cab5155b (patch)
tree3aae54ae3b9edb03df3e86b3b250e82b1954a658 /config.sh
parentc81acb5265a6a281d2757710f36e2e6e2e48986e (diff)
Minor fixes
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 dcd4db3..e0b20e0 100755
--- a/config.sh
+++ b/config.sh
@@ -20,9 +20,9 @@ KL_NUM_VER="0.9-11"
REDIS_NUM_VER="2.2.2"
# 4) Server settings.
-NGINX_SERVERNAME="localhost"
+NGINX_SERVERNAME="toxcreate3.in-silico.ch"
WWW_DEST="$OT_PREFIX/www"
-PORT="" # leave empty for port 80 otherwise set to e.g. ":8080"
+PORT=":8080" # leave empty for port 80 otherwise set to e.g. ":8080"
# Done.