summaryrefslogtreecommitdiffstats
path: root/run-server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-server.sh')
-rwxr-xr-xrun-server.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/run-server.sh b/run-server.sh
index 556f9d3..ddd16df 100755
--- a/run-server.sh
+++ b/run-server.sh
@@ -1,8 +1,11 @@
#!/bin/sh
-# Copyright (c) 2012 Kaarle Ritvanen
+# Copyright (c) 2012-2013 Kaarle Ritvanen
# See LICENSE file for license details
cd $(dirname $0)
-exec uwsgi -M --http :${1:-80} --plugin /usr/lib/uwsgi/lua_plugin.so --lua server.lua --remap-modifier 6:0 --static-map /browser=web --static-index client.html
+exec uwsgi -M --http-socket :${1:-80} \
+ --plugin /usr/lib/uwsgi/lua_plugin.so --lua server.lua \
+ --remap-modifier 6:0 \
+ --static-map /browser=web --static-index client.html