Skip to content

Commit

Permalink
Merge pull request #1596 from DavidSimner/patch-1
Browse files Browse the repository at this point in the history
[CHANGED] nats.io resources from HTTP to HTTPS
  • Loading branch information
kozlovic committed Sep 15, 2020
2 parents 53ff94c + a4b13c0 commit b39f0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -1129,14 +1129,14 @@ func (s *Server) HandleRoot(w http.ResponseWriter, r *http.Request) {
s.mu.Unlock()
fmt.Fprintf(w, `<html lang="en">
<head>
<link rel="shortcut icon" href="http://nats.io/img/favicon.ico">
<link rel="shortcut icon" href="https://nats.io/img/favicon.ico">
<style type="text/css">
body { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 22; }
a { margin-left: 32px; }
</style>
</head>
<body>
<img src="http://nats.io/img/logo.png" alt="NATS">
<img src="https://nats.io/img/logo.png" alt="NATS">
<br/>
<a href=.%s>varz</a><br/>
<a href=.%s>connz</a><br/>
Expand Down

0 comments on commit b39f0f9

Please sign in to comment.