nginx 返回json错误

    error_page 404 500 502 503 504 = @503;
    location @503 { 
        default_type application/json;
        return 200 '{"code":503,"msg":"Service Unavailable","data":null}';
    }

  

posted @ 2023-02-09 14:53  那知归不归  阅读(10)  评论(0编辑  收藏  举报