Who knows how nginx can download files with the .mzp suffix?

who knows how nginx can download files with the .mzp suffix? The
mime.types file is still invalid after the application/mzp mzp; restart is added!
Direct access address, prompt:
500 Internal Server Error
nginx

ask the gods how to solve the problem.

Sep.08,2021
It doesn't matter what the

extension is.
you put an a.jpg in the xx.mzp directory, and you can download xx.mzp normally if you can see a.jpg in your browser.


this has nothing to do with downloading files
to solve 500 Internal Server Error this problem Google


you can directly mark application/octet-stream or application/octet-stream mzp , right?
if there is default_type application/octet-stream; in the parent configuration block, it should not be configured.

Menu