diff --git a/conf/lighttpd.conf b/conf/lighttpd.conf index df2f7e5..c66e7da 100644 --- a/conf/lighttpd.conf +++ b/conf/lighttpd.conf @@ -23,6 +23,7 @@ $HTTP["scheme"] == "https" { "^/2[0-9]{3}/[0-9]+/[0-9]+/(.*)$" => "/$1", "^/papers/git-horror-story" => "/2012/05/a-git-horror-story-repository-integrity-with-signed-commits", "^/thoughts(/.*)?$" => "/$1", + "./rss(\.xml)?$" => "/rss", # trailing RSS requests "^/feed/?" => "/rss", "^/resume/?" => "/about/resume", "^/hoxsl$" => "/hoxsl/", diff --git a/src/header.tpl.htm b/src/header.tpl.htm index 67b8610..77b7cbc 100644 --- a/src/header.tpl.htm +++ b/src/header.tpl.htm @@ -3,7 +3,7 @@ + href="/rss" type="application/rss+xml" /> @PAGE_TITLE@Mike Gerwitz