summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/asm-paint/lighttpd.config
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-06-11 20:24:45 +0200
committernatrixaeria <janng@gmx.de>2019-06-11 20:24:45 +0200
commitb21428c0ea29452e3edc5a11f72fa3e614ea617e (patch)
treef8f04744fe61700e59d68eec1de8dc562c1ed689 /WebInterface/wasm/asm-paint/lighttpd.config
parent8276c94169c7f6027691f124c63b61c815ab15a5 (diff)
Remove the WebInterface directory
and create webhogg project folder
Diffstat (limited to 'WebInterface/wasm/asm-paint/lighttpd.config')
-rw-r--r--WebInterface/wasm/asm-paint/lighttpd.config29
1 files changed, 0 insertions, 29 deletions
diff --git a/WebInterface/wasm/asm-paint/lighttpd.config b/WebInterface/wasm/asm-paint/lighttpd.config
deleted file mode 100644
index 5fae32d..0000000
--- a/WebInterface/wasm/asm-paint/lighttpd.config
+++ /dev/null
@@ -1,29 +0,0 @@
-server.http-parseopts = (
- "header-strict" => "enable",
- "host-strict" => "enable",
- "host-normalize" => "enable",
- "url-normalize" => "enable",
- "url-normalize-unreserved" => "enable",
- "url-normalize-required" => "enable",
- "url-ctrls-reject" => "enable",
- "url-path-2f-decode" => "enable",
- "url-path-dotseg-remove" => "enable",
- "url-query-20-plus" => "enable"
-)
-
-server.document-root = "/home/jan/projects/DiscoBot/WebInterface/wasm/asm-paint"
-server.port = 8080
-dir-listing.activate = "enable"
-index-file.names = ( "index.html" )
-mimetype.assign = (
- ".html" => "text/html",
- ".txt" => "text/plain",
- ".css" => "text/css",
- ".js" => "application/x-javascript",
- ".jpg" => "image/jpeg",
- ".jpeg" => "image/jpeg",
- ".gif" => "image/gif",
- ".png" => "image/png",
- ".wasm" => "application/wasm",
- "" => "application/octet-stream"
-)