diff --git a/docker-stack.yml.template b/docker-stack.yml.template index 359ac58..20ac14d 100644 --- a/docker-stack.yml.template +++ b/docker-stack.yml.template @@ -26,6 +26,6 @@ services: - traefik.http.routers.redirects.entrypoints=websecure - traefik.http.routers.redirects.service=static - - "traefik.http.routers.redirects.rule=(Host(`pim.kunis.nl`) || Host(`concourse.pim.kunis.nl`) || Host(`rss.pim.kunis.nl`) || Host(`md.pim.kunis.nl`) || Host(`cloud.pim.kunis.nl`) || Host(`dav.pim.kunis.nl`) || Host(`git.pim.kunis.nl`) || Host(`traefik.pim.kunis.nl`) || Host(`latex.kunis.nl`))" + - "traefik.http.routers.redirects.rule=(Host(`pim.kunis.nl`) || Host(`concourse.pim.kunis.nl`) || Host(`rss.pim.kunis.nl`) || Host(`md.pim.kunis.nl`) || Host(`cloud.pim.kunis.nl`) || Host(`dav.pim.kunis.nl`) || Host(`git.pim.kunis.nl`) || Host(`traefik.pim.kunis.nl`) || Host(`latex.pim.kunis.nl`) || Host(`pihole.pim.kunis.nl`))" - traefik.http.routers.redirects.tls=true - traefik.http.routers.redirects.tls.certresolver=letsencrypt diff --git a/nginx.conf b/nginx.conf index daa7ca2..7dde114 100644 --- a/nginx.conf +++ b/nginx.conf @@ -61,3 +61,8 @@ server { server_name latex.pim.kunis.nl; return 301 https://latex.kun.is$request_uri; } + +server { + server_name pihole.pim.kunis.nl; + return 301 https://pihole.kun.is$request_uri; +}