Update traefik/data/config.yml

This commit is contained in:
2025-07-14 14:33:27 +03:00
parent b66f845eab
commit 056bc05b2b
+1 -1
View File
@@ -4,7 +4,7 @@ http:
homeassistant: homeassistant:
entryPoints: entryPoints:
- "https" - "https"
rule: "Host(`hass.EXAMPLE.com`)" rule: "Host(`hass.YOURDOMAIN.com`)"
middlewares: middlewares:
- default-headers - default-headers
tls: {} tls: {}