Skip to content

Commit ccdd5bb

Browse files
committed
Add hibernate.asia / hibernate.cn
1 parent 6cf4909 commit ccdd5bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

roles/websites/tasks/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
- { name: 'relation.to', redirect: 'in.relation.to/', drop_path: false }
8383
- { name: 'blog.hibernate.org', redirect: 'in.relation.to/', drop_path: false, certificate: 'hibernate.org-0001' }
8484
- { name: 'nhibernate.org', redirect: 'hibernate.org/nhibernate.html', drop_path: true }
85+
- { name: 'hibernate.asia', redirect: 'hibernate.org/', drop_path: true }
86+
- { name: 'hibernate.cn', redirect: 'hibernate.org/', drop_path: true }
8587
# Note the '999-' file prefix is necessary for wildcard VHosts to not override non-wildcard subdomain VHosts.
8688
# Note Apache HTTPD only accepts wildcards in the "ServerAlias" directive, not in "ServerName".
8789
- { order: 999, name: 'wildcard.relation.to', alias: '*.relation.to', redirect: 'in.relation.to/', drop_path: false, certificate: 'relation.to-0001' }
@@ -113,6 +115,8 @@
113115
- "staging.in.relation.to"
114116
- "hibernate.org"
115117
- "nhibernate.org"
118+
- "hibernate.asia"
119+
- "hibernate.cn"
116120
notify:
117121
- Restart Apache HTTPD
118122

0 commit comments

Comments
 (0)