summaryrefslogtreecommitdiffstats
path: root/run-server.sh
diff options
context:
space:
mode:
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