VM
Size: a a a
VM
m
DP
VM
m
DP
DP
VM
// Run a HTTP server that serves static public files from './public' and handles API calls.
http.Handle("/", handler.MakeGzipHandler(handler.CreateLocaleHandler()))
http.Handle("/api/", apiHandler)
http.Handle("/config", handler.AppHandler(handler.ConfigHandler))
http.Handle("/api/sockjs/", handler.CreateAttachHandler("/api/sockjs"))
http.Handle("/metrics", promhttp.Handler())
ЛА
VM
VM
ЛА
VM
V
ЛА
VM