social.data.coop: return 200 OK if datadog

It's monitoring setup by someone else that we didn't opt into.
This commit is contained in:
Reynir Björnsson 2022-12-03 13:22:24 +01:00
parent 59dae865c5
commit 6ad24bf848

View file

@ -1,2 +1,5 @@
listen 3000;
client_max_body_size 50M; # default is 1M
if ($http_user_agent ~ "^Datadog/Synthetics$") {
return 200;
}