From bc8b5802771709b62decc47862c19c4c7eab16f4 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 5 Dec 2018 11:37:54 +0100 Subject: Add Dockerfile --- .docker/lighttpd.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .docker/lighttpd.conf (limited to '.docker/lighttpd.conf') diff --git a/.docker/lighttpd.conf b/.docker/lighttpd.conf new file mode 100644 index 0000000..d05ac4d --- /dev/null +++ b/.docker/lighttpd.conf @@ -0,0 +1,7 @@ +server.document-root = "/var/www" +server.errorlog = "/var/log/lighttpd/error.log" +server.port = 80 + +index-file.names = ("index.html", "index.htm" ) + +include "/etc/lighttpd/mime.conf" -- cgit v1.1