Skip to content

Commit

Permalink
Skip HTTPS redirect for monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
sergystepanov committed Jul 6, 2023
1 parent 8fef57a commit be83b1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/monitoring/monitoring.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func New(conf config.Monitoring, servConf config.Server, baseAddr string, log *l
},
httpx.WithPortRoll(true),
httpx.WithServerConfig(servConf),
httpx.HttpsRedirect(false),
httpx.WithLogger(log),
)
if err != nil {
Expand Down

0 comments on commit be83b1c

Please sign in to comment.