ยง2023-06-05
It is a regular config of the most ngix version that will render PDF files.
- make sure your your mime.types has
application/pdf pdf;
$ grep pdf mime.types
application/pdf pdf;
- in nginx.pdf
http {
include mime.types;
...