diff --git a/hosts/alo-cloud-1/reverse-proxy.nix b/hosts/alo-cloud-1/reverse-proxy.nix index 1ad434d..49c2b27 100644 --- a/hosts/alo-cloud-1/reverse-proxy.nix +++ b/hosts/alo-cloud-1/reverse-proxy.nix @@ -117,6 +117,12 @@ rule = "Host(`musictogethersilvercoast.pt`)"; service = "varnish-cache"; }; + + alo-land = { + entryPoints = "websecure"; + rule = "Host(`alo.land`)"; + service = "varnish-cache"; + }; }; }; }; diff --git a/services/ghost.hcl b/services/ghost.hcl index 235af2c..ade7e99 100644 --- a/services/ghost.hcl +++ b/services/ghost.hcl @@ -56,7 +56,7 @@ job "ghost" { tags = [ "traefik.enable=true", "traefik.http.routers.ghost.entryPoints=websecure", - "traefik.http.routers.ghost.rule=Host(`alo.land`)", + "traefik.http.routers.ghost.rule=Host(`aloland.v.paler.net`)", ] } diff --git a/services/wordpress.hcl b/services/wordpress.hcl index 233cec7..02c214b 100644 --- a/services/wordpress.hcl +++ b/services/wordpress.hcl @@ -71,10 +71,8 @@ job "wordpress" { tags = [ "traefik.enable=true", "traefik.http.routers.wordpress.entryPoints=web4proxy", - "traefik.http.routers.wordpress.rule=Host(`wordpress.paler.net`) || Host(`ines.paler.net`) || Host(`coachingfor.me`) || Host(`coachingfor.work`) || Host(`petru.ines.paler.net`) || Host(`liam.paler.net`) || Host(`tomas.paler.net`) || Host(`musictogethersilvercoast.pt`)", + "traefik.http.routers.wordpress.rule=Host(`wordpress.paler.net`) || Host(`ines.paler.net`) || Host(`coachingfor.me`) || Host(`coachingfor.work`) || Host(`petru.ines.paler.net`) || Host(`liam.paler.net`) || Host(`tomas.paler.net`) || Host(`musictogethersilvercoast.pt`) || Host(`alo.land`)", "traefik.http.routers.wordpress.middlewares=compress@file", - "traefik.http.routers.alopress.entryPoints=websecure", - "traefik.http.routers.alopress.rule=Host(`aloland.v.paler.net`)", ] check {