mirror of
https://github.com/Xevion/glance.git
synced 2025-12-06 15:15:13 -06:00
Listen on all interfaces
This commit is contained in:
@@ -163,7 +163,7 @@ func serveUpdateNoticeIfConfigLocationNotMigrated(configPath string) bool {
|
|||||||
})
|
})
|
||||||
|
|
||||||
server := http.Server{
|
server := http.Server{
|
||||||
Addr: "localhost:8080",
|
Addr: ":8080",
|
||||||
Handler: mux,
|
Handler: mux,
|
||||||
}
|
}
|
||||||
server.ListenAndServe()
|
server.ListenAndServe()
|
||||||
|
|||||||
Reference in New Issue
Block a user