m3ta.dev www fix for traefik

This commit is contained in:
m3tam3re
2025-04-24 16:57:30 +02:00
parent d69a9b9b38
commit 5a5b434efd
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
];
routers = {
ghost = {
rule = "Host(`m3ta.dev`)";
rule = "Host(`m3ta.dev`) || Host(`www.m3ta.dev`)";
tls = {
certResolver = "godaddy";
};