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;
        }

posted on 2016-09-01 00:40  zhaofeng555  阅读(3131)  评论(0编辑  收藏  举报