mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
📝 — Remove real URLs from config-example.yaml
This commit is contained in:
parent
5bca4fa261
commit
00dfc00aa8
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue