diff --git a/roles/docker/files/configs/mastodon/vhost-mastodon b/roles/docker/files/configs/mastodon/vhost-mastodon index 61d7db8..7db10bb 100644 --- a/roles/docker/files/configs/mastodon/vhost-mastodon +++ b/roles/docker/files/configs/mastodon/vhost-mastodon @@ -1,2 +1,5 @@ listen 3000; client_max_body_size 50M; # default is 1M +if ($http_user_agent ~ "^Datadog/Synthetics$") { + return 200; +}