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 d7a1f68..0e127fa 100755
--- a/run-server.sh
+++ b/run-server.sh
@@ -17,5 +17,5 @@ fi
exec uwsgi -M --http-socket :$PORT --close-on-exec2 \
--plugin /usr/lib/uwsgi/lua_plugin.so --lua server.lua \
--remap-modifier 6:0 \
- --static-map /browser=web --static-index client.html \
+ --static-map /browser=web --static-index client.xhtml \
$OPTIONS