summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-03-22 18:55:13 +0200
committerPaul Buetow <paul@buetow.org>2024-03-22 18:55:13 +0200
commit114270755f5984547be2ee0a03beb045edf9a90b (patch)
tree5c12c125feffcba25f2bdcf1d02d45300ab94252 /frontends
parent2603e6fc15a0bb23e46cf7de718d8c956364cbde (diff)
also monitor mirrors
Diffstat (limited to 'frontends')
-rw-r--r--frontends/etc/gogios.json.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl
index f577763..8c51441 100644
--- a/frontends/etc/gogios.json.tpl
+++ b/frontends/etc/gogios.json.tpl
@@ -30,7 +30,7 @@
},
<% } -%>
<% for my $host (@$acme_hosts) { -%>
- <% for my $prefix ('', 'www.') { -%>
+ <% for my $prefix ('', 'mirror.', 'www.') { -%>
"Check TLS Certificate <%= $prefix . $host %>": {
"Plugin": "<%= $plugin_dir %>/check_http",
"Args": ["--sni", "-H", "<%= $prefix . $host %>", "-C", "20" ],