search

Home  >  Q&A  >  body text

nginx echo module will save the download request

nginx版本: nginx/1.10.3
echo模块版本: echo-nginx-module-0.60
location /home {
        echo "nihao";}
其结果是我访问 http://localhost/home 
nginx 把请求作为未知类型的文件保存, 请教这是为什么?
迷茫迷茫2816 days ago713

reply all(1)I'll reply

  • 曾经蜡笔没有小新

    曾经蜡笔没有小新2017-06-06 09:56:35

    Specify Content-Type

    default_type text/plain;
    echo "nihao";

    reply
    0
  • Cancelreply