summaryrefslogtreecommitdiffstats
path: root/run-server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-server.sh')
-rwxr-xr-xrun-server.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-server.sh b/run-server.sh
index ad67263..0bdf363 100755
--- a/run-server.sh
+++ b/run-server.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (c) 2012-2014 Kaarle Ritvanen
+# Copyright (c) 2012-2015 Kaarle Ritvanen
# See LICENSE file for license details
export AUGEAS_LENS_LIB=augeas
@@ -19,5 +19,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.xhtml \
+ --static-map /browser=web --static-index client.html \
$OPTIONS