标签: nginx web server content-type libmagic
我想返回一个没有扩展名的文件 但是nginx用application/octet-stream返回它。
application/octet-stream
我想要返回一个包含正确mime的文件,基于文件标题而不是扩展名,例如使用file --mime-type -b <filename>
file --mime-type -b <filename>
我该怎么办?