nginx 二级目录反向代理

        location /faceapi/ {
            #default_type application/json;
           # return 200 '{"status":"success","result":"nginx json"}';           
             proxy_pass http://face.v.cn:8086/;                
    }

  

posted @ 2019-06-14 10:34  ahuo  阅读(5935)  评论(0编辑  收藏  举报