How nginx handles custom content-type
淡淡烟草味
淡淡烟草味 2017-05-16 17:25:10
0
1
633

There is a file format that is customized, but the format suffix processing set in nginx.conf does not take effect. How to make nginx support customized content-type?

淡淡烟草味
淡淡烟草味

reply all(1)
左手右手慢动作
types {
  application/x-my-type .myext;
}

I don’t know how you configured it and why it didn’t take effect.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!