Merge branch 'fix-2' into 'main'

📝 — Remove real URLs from config-example.yaml

See merge request framasoft/framaspace/argos!2
This commit is contained in:
Alexis Metaireau 2023-10-24 16:47:27 +00:00
commit 2124f49e43

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