From 9ef324d2d2e40f919de9b7d7e1852affa97e0e91 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Thu, 11 Jul 2013 18:42:27 -0400 Subject: do more work --- lighttpd.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'lighttpd.conf') diff --git a/lighttpd.conf b/lighttpd.conf index a934d1a..c894d65 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -79,3 +79,4 @@ $HTTP["url"] == "/dump/bgm/Stride.ogg" { setenv.add-response-header += ( "X-Cont $HTTP["url"] == "/dump/bgm/The_Student_Council.ogg" { setenv.add-response-header += ( "X-Content-Duration" => "103" ) } $HTTP["url"] == "/dump/bgm/To_Become_One.ogg" { setenv.add-response-header += ( "X-Content-Duration" => "248" ) } $HTTP["url"] == "/dump/bgm/Wiosna.ogg" { setenv.add-response-header += ( "X-Content-Duration" => "70" ) } +# TODO: Add /dump/sfx content duration -- cgit v1.2.3-54-g00ecf