Reverse redirects from www. to apex domain

This commit is contained in:
Alessandro Lai
2022-11-02 10:30:09 +01:00
committed by Alessandro
parent 38de01d675
commit 1e333eed2d

View File

@@ -1,17 +1,17 @@
https://www.{default}/:
https://{default}/:
type: upstream
upstream: php-fig-website:http
cache:
enabled: true
https://{default}/:
https://www.{default}/:
type: redirect
to: https://www.{default}/
to: https://{default}/
http://www.{default}/:
type: redirect
to: https://www.{default}/
to: https://{default}/
http://{default}/:
type: redirect
to: https://www.{default}/
to: https://{default}/