美文网首页nginx
nginx下载配置

nginx下载配置

作者: think_lonely | 来源:发表于2017-08-02 16:40 被阅读16次

    location / {

    if ($request_filename ~* ^.*?\.(txt|doc|pdf|rar|gz|zip|docx|exe|xlsx|ppt|pptx)$)

        {

         add_header Content-Disposition: 'attachment;';

        }

    }

    相关文章

      网友评论

        本文标题:nginx下载配置

        本文链接:https://www.haomeiwen.com/subject/rikylxtx.html