aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/lighttpd/lighttpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/lighttpd/lighttpd.conf')
-rw-r--r--repos/extra/lighttpd/lighttpd.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/repos/extra/lighttpd/lighttpd.conf b/repos/extra/lighttpd/lighttpd.conf
deleted file mode 100644
index 3cbfaa27..00000000
--- a/repos/extra/lighttpd/lighttpd.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-server.port = 80
-server.document-root = "/var/www/lighttpd"
-server.errorlog = "/var/log/lighttpd-error.log"
-dir-listing.activate = "enable"
-index-file.names = ( "index.html" )