Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Jan 6, 2020
1 parent 19b09bc commit bf20535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon_files/redmatic/etc/lighttpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ $HTTP["url"] =~ "^/(addons/red/).*" {

# Proxy rule to redirect request to amazon-echo-hub node from node-red-contrib-amazon-echo
$HTTP["url"] =~ "(^/description.xml)|(^/api/.*/lights)" {
proxy.server = ( "" => ("localhost" => ("host" => "127.0.0.1", "port" => 6502)))
proxy.server = ( "" => ("localhost" => ("host" => "127.0.0.1", "port" => 6502)))
}

0 comments on commit bf20535

Please sign in to comment.