mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-24 13:50:17 +00:00
trying to debug error
debugging error: (configfile.c.951) source: /etc/lighttpd/lighttpd.conf line: 33 pos: 3 parser failed somehow near here: )
This commit is contained in:
parent
500c1fb829
commit
49731d925d
1 changed files with 1 additions and 1 deletions
|
@ -30,5 +30,5 @@ 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" {
|
$HTTP["host"] == "ads-v-darwin.hulu.com|ad.hulu.com|t.hulu.com|t2.hulu.com|doubleclick.net" {
|
||||||
url.redirect = (
|
url.redirect = (
|
||||||
"^/(.*)" => "http://192.168.1.101:8200/MediaItems/19.mov",
|
"^/(.*)" => "http://192.168.1.101:8200/MediaItems/19.mov",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue