From 836f065382a5150d2e1c65d26a3a47a219463315 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 20 Feb 2021 22:11:19 +0100 Subject: [PATCH] bundles/pleroma: add website content check --- bundles/pleroma/metadata.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/pleroma/metadata.py b/bundles/pleroma/metadata.py index 8ba5634..0007ec2 100644 --- a/bundles/pleroma/metadata.py +++ b/bundles/pleroma/metadata.py @@ -51,6 +51,8 @@ def nginx(metadata): 'websockets': True, }, }, + 'website_check_path': '/main/all', + 'website_check_string': 'use Pleroma', }, }, },