From ca5a50e2ecbec20c53765389bdc4dac720451ce1 Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Fri, 27 Jun 2025 07:05:23 +0000 Subject: Woodpecker CI 9b7d8c2e47670214743aad75decc2177a498321c [SKIP CI] --- lighttpd/lighttpd.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lighttpd/lighttpd.conf (limited to 'lighttpd/lighttpd.conf') diff --git a/lighttpd/lighttpd.conf b/lighttpd/lighttpd.conf new file mode 100644 index 00000000..3cbfaa27 --- /dev/null +++ b/lighttpd/lighttpd.conf @@ -0,0 +1,5 @@ +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" ) -- cgit v1.2.3