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?
ringa_lee2017-05-16 17:27:10
types {
application/x-my-type .myext;
}
I don’t know how you configured it and why it didn’t take effect.