You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ To build a local container in deployment mode (redirecting any requests without
28
28
29
29
Note that you will need to keep track of `$CDN_ACCESS_KEY` and add it to the headers sent for origin pulls. To test whether this is working correctly, you can use `curl`:
30
30
31
-
* This should always redirect to `code.jquery.org`: `curl -i localhost/jquery-3.1.1.js`
31
+
* This should always redirect to `code.jquery.com`: `curl -i localhost/jquery-3.1.1.js`
32
32
* This should always deliver a copy of the file (don't forget to set the environment variable in your current shell): `curl -i -H "cdn-access: ${CDN_ACCESS_KEY}" localhost/jquery-3.1.1.js`
0 commit comments