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