mirror of
https://github.com/php-fig/www.php-fig.org.git
synced 2026-03-23 22:42:13 +01:00
Reverse redirects from www. to apex domain
This commit is contained in:
committed by
Alessandro
parent
38de01d675
commit
1e333eed2d
@@ -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}/
|
||||
|
||||
Reference in New Issue
Block a user