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: docs/infrastructure_and_maintenance/cache/http_cache/reverse_proxy.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ For reverse proxies to work properly with your installation, you need to add the
53
53
-`ibexa_user_hash.vcl` as another custom VCL
54
54
-`snippet_re_enable_shielding.vcl` as snippet
55
55
56
-
The provided `.vcl` files work both with [Fastly Shielding](https://docs.fastly.com/en/guides/shielding) enabled and without it.
56
+
The provided `.vcl` files work both with [Fastly Shielding](https://www.fastly.com/documentation/guides/getting-started/hosts/shielding) enabled and without it.
57
57
If you decide to use Fastly VCL, consider using [Fastly CLI](https://www.fastly.com/documentation/reference/tools/cli/#installing) with it to manage VCL files from the command line.
58
58
To learn more, see [Prepare to use Fastly locally](fastly.md#prepare-for-using-fastly-locally) and [Introduction to Fastly CLI](fastly.md#quick-introduction-to-fastly-cli).
59
59
@@ -199,7 +199,7 @@ For more information about configuring Captcha fields, see [Captcha field](work_
199
199
### Use Fastly as HttpCache proxy
200
200
201
201
[Fastly](https://www.fastly.com/) delivers Varnish as a CDN service and is supported with [[= product_name =]].
202
-
To learn how it works, see [Fastly documentation](https://docs.fastly.com/en/guides/using-fastlys-global-pop-network).
202
+
To learn how it works, see [Fastly documentation](https://www.fastly.com/documentation/guides/getting-started/concepts/using-fastlys-global-pop-network).
203
203
204
204
#### Configure Fastly in YML
205
205
@@ -244,7 +244,7 @@ To get the service ID, log in to https://www.fastly.com/.
244
244
In the upper menu, click the **CONFIGURE** tab.
245
245
The service ID is displayed next to the name of your service on any page.
246
246
247
-
For instructions on how to generate a Fastly API token, see [the Fastly guide](https://docs.fastly.com/en/guides/using-api-tokens).
247
+
For instructions on how to generate a Fastly API token, see [the Fastly guide](https://www.fastly.com/documentation/guides/account-info/account-management/using-api-tokens).
248
248
The API token needs the `purge_all` an `purge_select` scopes.
0 commit comments