Commit 7698d6e

Eric Bower  ·  2026-08-29 20:35:28 -0400 EDT
parent 82ce569
fix(caddy): subdomain for nue/ash pgs
1 files changed,  +4, -4
+4, -4
......@@ -60,7 +60,7 @@
6060 }
6161
6262 @caddymetrics {
63- host {$APP_DOMAIN}
63+ host {$APP_DOMAIN} *.{$APP_DOMAIN}
6464 path /_caddy/metrics
6565 }
6666
......@@ -69,7 +69,7 @@
6969 }
7070
7171 @sshmetrics {
72- host {$APP_DOMAIN}
72+ host {$APP_DOMAIN} *.{$APP_DOMAIN}
7373 path /_ssh/metrics
7474 }
7575
......@@ -79,7 +79,7 @@
7979 }
8080
8181 @webmetrics {
82- host {$APP_DOMAIN}
82+ host {$APP_DOMAIN} *.{$APP_DOMAIN}
8383 path /_web/metrics
8484 }
8585
......@@ -89,7 +89,7 @@
8989 }
9090
9191 @imgproxymetrics {
92- host {$APP_DOMAIN}
92+ host {$APP_DOMAIN} *.{$APP_DOMAIN}
9393 path /_imgproxy/metrics
9494 }
9595