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