mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
feat(platform): remove www. route
This commit is contained in:
parent
91e02f07eb
commit
402f24c0aa
1 changed files with 3 additions and 3 deletions
|
|
@ -2,6 +2,6 @@
|
||||||
type: upstream
|
type: upstream
|
||||||
upstream: "app:http"
|
upstream: "app:http"
|
||||||
|
|
||||||
"https://www.{default}/":
|
# "https://www.{default}/":
|
||||||
type: redirect
|
# type: redirect
|
||||||
to: "https://{default}/"
|
# to: "https://{default}/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue