diff --git a/server.go b/server.go index 3345991..9d7a385 100644 --- a/server.go +++ b/server.go @@ -26,7 +26,6 @@ func rewrite(rawurl string) string { } if strings.HasSuffix(u.Host, ".archive.ubuntu.com") { u.Host = "archive.ubuntu.com" - u.Path = "/ubuntu/" rawurl = u.String() } return rawurl