summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2011-11-15 14:04:05 +0100
committerdavor <vorgrimmlerdavid@gmx.de>2011-11-15 14:05:10 +0100
commitc81acb5265a6a281d2757710f36e2e6e2e48986e (patch)
treeabefb05b9c0db20397b99af688bfa51f1cb2a76a /config.sh
parenta6c10ced1118e9b6513a1a24456c5bf35dda7b4b (diff)
Added support for PORT
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.sh b/config.sh
index ae90af3..dcd4db3 100755
--- a/config.sh
+++ b/config.sh
@@ -22,6 +22,7 @@ REDIS_NUM_VER="2.2.2"
# 4) Server settings.
NGINX_SERVERNAME="localhost"
WWW_DEST="$OT_PREFIX/www"
+PORT="" # leave empty for port 80 otherwise set to e.g. ":8080"
# Done.