Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--block hulu ads/lighttpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/block hulu ads/lighttpd.conf b/block hulu ads/lighttpd.conf
index 2b394e3b..51dee80a 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|ads.hulu.com|a.huluad.com" {
+$HTTP["host"] =~ "ads-v-darwin.hulu.com|ads.hulu.com|a.huluad.com" {
url.redirect = ( "^/(.*)" => "http://192.168.1.101:8200/MediaItems/19.mov")
}