fix(routes): remove www subdomain redirect

This commit is contained in:
Esteban 2025-04-22 18:57:26 +02:00
parent 9982b192a0
commit f1b86e0131

View file

@ -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}/"