mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
fix(routes): remove www subdomain redirect
This commit is contained in:
parent
9982b192a0
commit
f1b86e0131
1 changed files with 3 additions and 3 deletions
|
|
@ -2,6 +2,6 @@
|
|||
type: upstream
|
||||
upstream: "app:http"
|
||||
|
||||
"https://www.{default}/":
|
||||
type: redirect
|
||||
to: "https://{default}/"
|
||||
# "https://www.{default}/":
|
||||
# type: redirect
|
||||
# to: "https://{default}/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue