listen 3000;
client_max_body_size 50M; # default is 1M
if ($http_user_agent = "Datadog/Synthetics") {
return 203;
}