From aa2a0daad755d5adcf424a79c24a0c262dca3d5d Mon Sep 17 00:00:00 2001 From: Albert Le Batteux Date: Fri, 17 May 2024 12:07:35 +0100 Subject: [PATCH] chore(misc/loop): gnoweb host www.gno.land (#2136)
Contributors' checklist... - [ ] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [ ] Updated the official documentation or not needed - [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [ ] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
--- misc/loop/docker-compose.production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/loop/docker-compose.production.yml b/misc/loop/docker-compose.production.yml index f04b477c5b3..3873768dec6 100644 --- a/misc/loop/docker-compose.production.yml +++ b/misc/loop/docker-compose.production.yml @@ -62,7 +62,7 @@ services: com.centurylinklabs.watchtower.enable: "true" traefik.enable: "true" traefik.http.routers.gnoweb.entrypoints: "web,websecure" - traefik.http.routers.gnoweb.rule: "Host(`gno.land`)" + traefik.http.routers.gnoweb.rule: "Host(`gno.land`) || Host(`www.gno.land`)" traefik.http.routers.gnoweb.tls: "true" traefik.http.routers.gnoweb.tls.certresolver: "le"