📝 — Remove real URLs from config-example.yaml

This commit is contained in:
Luc Didry 2023-10-24 10:50:48 +02:00
parent 5bca4fa261
commit 00dfc00aa8

View file

@ -22,7 +22,7 @@ ssl:
# websites: !include websites.yaml # websites: !include websites.yaml
# #
websites: websites:
- domain: "https://mypads.framapad.org" - domain: "https://mypads.example.org"
paths: paths:
- path: "/mypads/" - path: "/mypads/"
checks: checks:
@ -32,11 +32,11 @@ websites:
- path: "/admin/" - path: "/admin/"
checks: checks:
- status-is: 401 - status-is: 401
- domain: "https://munin.framasoft.org" - domain: "https://munin.example.org"
paths: paths:
- path: "/" - path: "/"
checks: checks:
- status-is: 301 - status-is: 301
- path: "/munin/" - path: "/munin/"
checks: checks:
- status-is: 401 - status-is: 401