提交 f6d5060d authored 作者: AFA_ZHANRONGZHEN's avatar AFA_ZHANRONGZHEN

解决jingtian.com网站ashx后缀文件不识别问题

上级 4b959e9a
...@@ -97,6 +97,7 @@ http { ...@@ -97,6 +97,7 @@ http {
["txt"] = "text/plain", ["txt"] = "text/plain",
["xml"] = "application/xml", ["xml"] = "application/xml",
["pdf"] = "application/pdf", ["pdf"] = "application/pdf",
["ashx"] = "text/css", --https://www.jingtian.com/museum/ 适配ashx文件类型
-- 添加你需要的类型 -- 添加你需要的类型
} }
local function get_mime_type(ext) local function get_mime_type(ext)
...@@ -172,6 +173,7 @@ http { ...@@ -172,6 +173,7 @@ http {
["txt"] = "text/plain", ["txt"] = "text/plain",
["xml"] = "application/xml", ["xml"] = "application/xml",
["pdf"] = "application/pdf", ["pdf"] = "application/pdf",
["ashx"] = "text/css", --https://www.jingtian.com/museum/ 适配ashx文件类型
} }
mime_type = mime_types[ext] or "application/octet-stream" mime_type = mime_types[ext] or "application/octet-stream"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论