summaryrefslogtreecommitdiffstats
path: root/run-server.sh
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2013-05-26 14:39:36 +0300
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-06-28 14:10:25 +0300
commitfbec820c4b70b33fafeb823e435b2c9f1631c1fe (patch)
treead2c363b46281a36d0248f0114f1a5cabe4fd69a /run-server.sh
parent00166624a85afdbe24722c7e2e3320316cfbae93 (diff)
downloadaconf-fbec820c4b70b33fafeb823e435b2c9f1631c1fe.tar.bz2
aconf-fbec820c4b70b33fafeb823e435b2c9f1631c1fe.tar.xz
set default server port to 8000
We don't want encourage testers to run development versions as root.
Diffstat (limited to 'run-server.sh')
-rwxr-xr-xrun-server.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-server.sh b/run-server.sh
index ddd16df..717b650 100755
--- a/run-server.sh
+++ b/run-server.sh
@@ -5,7 +5,7 @@
cd $(dirname $0)
-exec uwsgi -M --http-socket :${1:-80} \
+exec uwsgi -M --http-socket :${1:-8000} \
--plugin /usr/lib/uwsgi/lua_plugin.so --lua server.lua \
--remap-modifier 6:0 \
--static-map /browser=web --static-index client.html