知识库:NGINX 配置

关键词:nginx 直接返回json 

location /json/ {
        default_type application/json;
        add_header Content-Type 'text/html; charset=utf-8';
        return 200 '{"code":"6666,"msg":"访问高峰期..."}';
        }

 

posted @ 2021-08-02 08:34  28郑铭泽  阅读(40)  评论(0编辑  收藏  举报