From bf20535d30793f8ab72bde3372b6d700fea966e7 Mon Sep 17 00:00:00 2001 From: hobbyquaker Date: Mon, 6 Jan 2020 20:10:28 +0100 Subject: [PATCH] indentation --- addon_files/redmatic/etc/lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon_files/redmatic/etc/lighttpd.conf b/addon_files/redmatic/etc/lighttpd.conf index 7ebf8175..222ff292 100644 --- a/addon_files/redmatic/etc/lighttpd.conf +++ b/addon_files/redmatic/etc/lighttpd.conf @@ -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))) }