Skip to content

Commit

Permalink
turris-webapps-tvheadend: enable websocket connections
Browse files Browse the repository at this point in the history
  • Loading branch information
muzikr committed Jul 26, 2024
1 parent 510e8ab commit 6329800
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ cat << EOF
\$HTTP["url"] =~ "^/tvheadend" {
proxy.header = (
"map-host-request" => ( "-" => "$IPADDR" ),
"https-remap" => "enable"
"https-remap" => "enable",
"upgrade" => "enable"
)
proxy.server = ( "" => ( ( "host" => "$IPADDR", "port" => "9981") ) )
}
Expand Down

0 comments on commit 6329800

Please sign in to comment.