ยง2023-06-05

It is a regular config of the most ngix version that will render PDF files.

  1. make sure your your mime.types has application/pdf pdf;
$ grep pdf mime.types
    application/pdf                                  pdf;
  1. in nginx.pdf
http {
    include       mime.types;
...