nginx浏览pdf
Posted zhaofeng555
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx浏览pdf相关的知识,希望对你有一定的参考价值。
location ~/M00{
# root /fdfs/storage/data;
#
if ($request_filename ~* ^.*?\.(pdf)$){
add_header Content-Type ‘application/pdf;‘;
}
root /opt/fastdfs_storage_data/data;
ngx_fastdfs_module;
}
以上是关于nginx浏览pdf的主要内容,如果未能解决你的问题,请参考以下文章