From 00dfc00aa8541e509d6e6b2a8cc1426a4d6420ba Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Tue, 24 Oct 2023 10:50:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E2=80=94=20Remove=20real=20URLs?= =?UTF-8?q?=20from=20config-example.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-example.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config-example.yaml b/config-example.yaml index 7738cb6..668e9d7 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -22,7 +22,7 @@ ssl: # websites: !include websites.yaml # websites: - - domain: "https://mypads.framapad.org" + - domain: "https://mypads.example.org" paths: - path: "/mypads/" checks: @@ -32,11 +32,11 @@ websites: - path: "/admin/" checks: - status-is: 401 - - domain: "https://munin.framasoft.org" + - domain: "https://munin.example.org" paths: - path: "/" checks: - status-is: 301 - path: "/munin/" checks: - - status-is: 401 \ No newline at end of file + - status-is: 401