From b1106fb49c27433adfe56d41233356895b8ef5ac Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Thu, 15 Apr 2021 09:31:25 -0400 Subject: [PATCH] domain --- extra/wazuh.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/wazuh.yml b/extra/wazuh.yml index 34eb064..7991665 100644 --- a/extra/wazuh.yml +++ b/extra/wazuh.yml @@ -57,10 +57,10 @@ services: restart: unless-stopped labels: - "traefik.enable=true" - - "traefik.http.routers.wazuhk-http.rule=Host(`wazuhk.mistborn`)" + - "traefik.http.routers.wazuhk-http.rule=Host(`wazuh.mistborn`)" - "traefik.http.routers.wazuhk-http.entrypoints=web" - "traefik.http.routers.wazuhk-http.middlewares=mistborn_auth@file" - - "traefik.http.routers.wazuhk-https.rule=Host(`wazuhk.mistborn`)" + - "traefik.http.routers.wazuhk-https.rule=Host(`wazuh.mistborn`)" - "traefik.http.routers.wazuhk-https.entrypoints=websecure" - "traefik.http.routers.wazuhk-https.middlewares=mistborn_auth@file" - "traefik.http.routers.wazuhk-https.tls.certresolver=basic"