Skip to content

Commit f5317a8

Browse files
committed
site: decom miscweb-01.ops.jquery.net
Ref #91
1 parent b250783 commit f5317a8

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

doc/runbook-nginx-debug.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
Use `--connect-to` to bypass any CDN and test the origin directly.
66

77
```
8-
you@laptop$ curl -I 'https://view.jquery.com/bar' --connect-to '::miscweb-01.ops.jquery.net'
8+
you@laptop$ curl -I 'https://view.jquery.com/bar' --connect-to '::miscweb-redirects.svc.jquery.net'
99
```
1010

1111
You can also do this from the origin itself over SSH
1212

1313
```
14-
krinkle@miscweb-01:~$ curl -v -I 'https://view.jquery.com/bar' --connect-to ::localhost
14+
krinkle@miscweb:~$ curl -v -I 'https://view.jquery.com/bar' --connect-to ::localhost
1515
```
1616

1717
## Staging and testing

manifests/site.pp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
role('gruntjscom')
3333
}
3434

35-
# 2 CPU, 2 GB mem, Debian 11 Bullseye
36-
node 'miscweb-01.ops.jquery.net' {
37-
role('miscweb')
38-
}
39-
4035
# 2 CPU, 2 GB mem, Debian 13 Trixie
4136
node 'miscweb-03.ops.jquery.net' {
4237
role('miscweb')

0 commit comments

Comments
 (0)