summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Krzyżaniak <eloy@debian.org>2006-12-21 16:39:46 +0000
committerKrzysztof Krzyżaniak <eloy@debian.org>2006-12-21 16:39:46 +0000
commita754bd6e684614084443a89a74010246eaf23677 (patch)
treeebaffce99e652146d0230df7743f03e372fe508d
parent6ada3ba949793fb6498fba264a0349f08f472ca0 (diff)
downloadlighttpd-a754bd6e684614084443a89a74010246eaf23677.tar.gz
eloy: fixed typo
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 15099f9..640ea56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
lighttpd (1.4.13-7) UNRELEASED; urgency=low
- [ Franz Pletz ]
+ [ Franz Pletz ]
* debian/conf-available/10-cgi.conf:
+ match /cgi-bin/ only at the beginning of a path
+ convert match for host == localhost to remoteip == 127.0.0.1 like in
@@ -21,7 +21,7 @@ lighttpd (1.4.13-7) UNRELEASED; urgency=low
+ debian/lighttpd.postinst: copy to /var/www/index.lighttpd.html
+ debian/lighttpd.conf: add index.lighttpd.html as first index-filename
- [ Krzysztof Krzyzaniak (eloy) ]
+ [ Krzysztof Krzyzaniak (eloy) ]
* Typo fixed in index.html (closes: #403620)
-- Franz Pletz <fpletz@franz-pletz.org> Fri, 8 Dec 2006 16:15:27 +0100