diff --git a/container_console b/container_console deleted file mode 100644 index 912e53c..0000000 Binary files a/container_console and /dev/null differ diff --git a/main.go b/main.go index 7ec32ce..2c9a2a1 100644 --- a/main.go +++ b/main.go @@ -39,6 +39,7 @@ func main() { http.Handle(contextPath+"/exec/", websocket.Handler(ExecContainer)) httpDir := http.FileServer(http.Dir(*localPath)) + //http.Handle(contextPath+"/", http.StripPrefix("/console/", http_dir)) http.Handle(contextPath+"/", http.StripPrefix(contextPath+"/", httpDir)) // ä»…index.html