summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" ],