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.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/block hulu ads/lighttpd.conf b/block hulu ads/lighttpd.conf
index 2a2cadaa..803b94af 100644
--- a/block hulu ads/lighttpd.conf
+++ b/block hulu ads/lighttpd.conf
@@ -28,6 +28,6 @@ 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" {
-url.redirect = (
-"^/(.*)" => "http://192.168.1.101:8200/MediaItems/19.mov",
-) \ No newline at end of file
+ url.redirect = (
+ "^/(.*)" => "http://192.168.1.101:8200/MediaItems/19.mov",
+ )