]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Provided static direcotry listing
authorWill Budicm <redacted>
Tue, 1 Sep 2020 08:07:59 +0000 (18:07 +1000)
committerWill Budicm <redacted>
Tue, 1 Sep 2020 08:07:59 +0000 (18:07 +1000)
lighttpd.conf

index 1ccacc53aab51eeb940e5a290de9c9b89b744f89..af94b90ec01872876fd1902600e794ed0e60ec94 100644 (file)
@@ -40,3 +40,7 @@ ssl.pemfile = "/home/will/dev/elite.net.pem"
 server.name = "elite.net"
 
 }
+
+# Create under directory link in cgi-bin: to static pages directory.
+# with i.e: ln -s /home/will/dev/LifeLog/htdocs/ static
+$HTTP["url"] =~ "^/static($|/)" { server.dir-listing = "enable" }