Skip to content

Commit

Permalink
fix custom error page
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Jun 6, 2018
1 parent e74810b commit 663547a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon_files/redmatic/lighttpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ url.redirect = ("^/addons/red$" => "/addons/red/")
$HTTP["url"] =~ "^/(addons/red/).*" {
proxy.server = ("/addons/red/" => (( "host" => "127.0.0.1", "port" => 1880 )))
proxy.header = ( "upgrade" => "enable")
server.errorfile-prefix = "/usr/local/addons/node-red/lighttpd-error-"
server.errorfile-prefix = "/usr/local/addons/redmatic/lighttpd-error-"
}

0 comments on commit 663547a

Please sign in to comment.