aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranon2025-08-21 00:18:39 +0200
committeranon2025-08-21 00:18:39 +0200
commite1bf0fe5b484aade6fe127f74065a464484bfacb (patch)
tree9193d12433026a23c3c33de1a8d17191386b83e2
parentd1b98371ee22b6e2f038650c6046f8063a928022 (diff)
downloadgorillanest-e1bf0fe5b484aade6fe127f74065a464484bfacb.tar.xz
gorillanest-e1bf0fe5b484aade6fe127f74065a464484bfacb.tar.zst
bump
-rw-r--r--lighttpd-cgi.conf1
-rw-r--r--template/index.tt2
2 files changed, 1 insertions, 2 deletions
diff --git a/lighttpd-cgi.conf b/lighttpd-cgi.conf
index 07b55d7..24df494 100644
--- a/lighttpd-cgi.conf
+++ b/lighttpd-cgi.conf
@@ -15,7 +15,6 @@ setenv.add-environment = (
"PERL5LIB" => env.PERL5LIB
)
-
cgi.assign = (
".pl.cgi" => "/usr/bin/perl"
)
diff --git a/template/index.tt b/template/index.tt
index aa48b16..90d67e0 100644
--- a/template/index.tt
+++ b/template/index.tt
@@ -7,6 +7,6 @@
<h2>[% description %]</h2>
<ul>[% FOR i IN directories %]<li><a href="/[% i %]">/[% i %]</a></li>[% END %]</ul>
<p>one million [% access %] xolatile's</p>
-</body>
[% INCLUDE foot.tt %]
+</body>
</html>