diff --git a/block hulu ads/lighttpd.conf b/block hulu ads/lighttpd.conf index ee2aeb5c..a405a8e1 100644 --- a/block hulu ads/lighttpd.conf +++ b/block hulu ads/lighttpd.conf @@ -27,6 +27,6 @@ include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port include_shell "/usr/share/lighttpd/create-mime.assign.pl" include_shell "/usr/share/lighttpd/include-conf-enabled.pl" -$HTTP["host"] == "ads-v-darwin.hulu.com|ad.hulu.com|t.hulu.com|t2.hulu.com|doubleclick.net|b.scorecardresearch.com" { -url.redirect = ("^/(.*)" => "http://192.168.1.101:8200/MediaItems/19.mov", -)} \ No newline at end of file +$HTTP["host"] =~ "ads-v-darwin.hulu.com" { + url.redirect = ("^/(.*)" => "http://192.168.1.101:8200") +} \ No newline at end of file