mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 01:25:37 +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
|
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