Skip to content

Commit

Permalink
chore(misc/loop): gnoweb host www.gno.land (gnolang#2136)
Browse files Browse the repository at this point in the history
<!-- please provide a detailed description of the changes made in this
pull request. -->

<details><summary>Contributors' checklist...</summary>

- [ ] 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).
</details>
  • Loading branch information
albttx committed May 17, 2024
1 parent 0c9849a commit aa2a0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/loop/docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit aa2a0da

Please sign in to comment.