Skip to content

Commit

Permalink
Host forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
gotlium committed Dec 10, 2015
1 parent 2d4d917 commit 713ecf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ func (mr *RunCommand) Run() {
}

stats := stats.New()
fwd, _ := forward.New(fwd_logger)
fwd, _ := forward.New(fwd_logger, forward.PassHostHeader(true))

// Websocket Middleware
ws_mw, _ := websockets.New(fwd)
Expand Down

0 comments on commit 713ecf0

Please sign in to comment.