Skip to content

Commit 92f1021

Browse files
committed
miscweb: Add www.qunitjs.com` redirect
Move from Cloudflare to here for improved visibility and portability.
1 parent dff23db commit 92f1021

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

doc/dns.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Examples of Tier-1 canonical domains of OpenJS projects that are hosted and/or m
2626
| Tier-1 canonical domains | Example
2727
|--|--
2828
| `.jquery.com` | https://api.jquery.com
29-
| `.jqueryui.com` | https://blog.jqueryui.com
29+
| `.jqueryui.com` | https://api.jqueryui.com
3030
| `.jquerymobile.com` | https://demos.jquerymobile.com
31-
| `.qunitjs.com` | https://api.qunitjs.com
32-
| `.jquery.org` | https://brand.jquery.org
31+
| `.qunitjs.com` | https://qunitjs.com
32+
| `.jquery.org` | https://contribute.jquery.org
3333
| `.gruntjs.com` | https://gruntjs.com
3434
| `.eslint.org` | https://eslint.org
3535
| `.js.foundation` | https://js.foundation
36-
| `.openjsf.org` | https://jenkins.openjsf.org
36+
| `.openjsf.org` | https://cla.openjsf.org

doc/search.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ A number of sites use an active rather than passive crawling, by
4646
pushing content directly to the Algolia API during website deployments.
4747

4848
* https://qunitjs.com/
49-
* https://api.qunitjs.com/
5049
* https://qunitjs.github.io/jekyll-theme-amethyst/
5150

5251
These use [jekyll-algolia]() during the CI job (GitHub Actions) that
@@ -71,7 +70,7 @@ and experienced some suboptimal aspects. These included:
7170
difficult upgrades (not yet committing to forward compatibility or
7271
automatic in-place upgrades), [opt-out telemetry](https://docs.meilisearch.com/learn/what_is_meilisearch/telemetry.html) instead of opt-in, no official Debian packages,
7372
non-trivial interactive setup, missing support for querying multiple
74-
indexes (e.g. qunitjs.com and api.qunitjs.com), and a not yet clear
73+
indexes (e.g. jquery.com and api.jquery.com), and a not yet clear
7574
future in terms of business model (Meilisearch Cloud was not
7675
yet in the picture, and the backend is not GPL licensed).
7776

hieradata/environments/production/roles/miscweb.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -271,3 +271,7 @@ profile::miscweb::redirects:
271271
target: https://qunitjs.com
272272
mode: prefix
273273
certificate: miscweb-a
274+
www.qunitjs.com:
275+
target: https://qunitjs.com
276+
mode: prefix
277+
certificate: miscweb-a

0 commit comments

Comments
 (0)