summaryrefslogtreecommitdiffstats
path: root/target/device/valka/target_skeleton/etc/lighttpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'target/device/valka/target_skeleton/etc/lighttpd.conf')
-rw-r--r--target/device/valka/target_skeleton/etc/lighttpd.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/device/valka/target_skeleton/etc/lighttpd.conf b/target/device/valka/target_skeleton/etc/lighttpd.conf
deleted file mode 100644
index 14e28ed6f..000000000
--- a/target/device/valka/target_skeleton/etc/lighttpd.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-server.document-root = "/valka/web"
-server.port = 80
-server.username = "valka"
-server.groupname = "valka"
-
-index-file.names = ( "index.php", "index.html" )
-mimetype.assign = (
- ".html" => "text/html",
- ".txt" => "text/plain",
- ".js" => "text/css",
- ".jpg" => "image/jpeg",
- ".png" => "image/png"
-)
-
-server.modules = (
- "mod_fastcgi",
- "mod_rewrite"
-)
-
-fastcgi.server = (
- ".php" => ((
- "bin-path" => "/usr/bin/php-cgi",
- "socket" => "/tmp/php.socket"
- ))
-)