STATIC FILES Cơ bản CA 06 / 08

FileServer tìm file ở đâu sau StripPrefix?

Hệ thống quản lý tài liệu nội bộ công ty:

http.Handle("/files/", http.StripPrefix("/files/", http.FileServer(http.Dir("/data/docs"))))

Request GET /files/hr/contract.pdf tới — server đọc file thật ở đường dẫn nào trên đĩa?