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
Varnish is enabled by default when using [[= product_name_cloud =]]. There is no need to specify `purge_servers` as this is detected
156
-
automatically. When enabling Basic Auth on [[= product_name_cloud =]] when using Varnish, you do however need to specify the credentials
157
-
using the following environment variables in order for purging to work:
154
+
Varnish is enabled by default when using [[= product_name_cloud =]] and the `purge_servers` setting is set automatically.
155
+
To enable Basic Auth on [[= product_name_cloud =]] when using Varnish, specify the credentials using the following environment variables to make sure that Varnish is reachable:
158
156
159
157
```
160
158
env:HTTPCACHE_USERNAME=myuser
161
159
env:HTTPCACHE_PASSWORD=mypasswd
162
160
```
163
161
164
-
If you want to use Basic Auth with Fastly on [[= product_name_cloud =]], please see [Enable basic-auth on Fastly](...)
162
+
If you want to use Basic Auth with Fastly on [[= product_name_cloud =]], please see [Enable basic-auth on Fastly](fastly.md#enable-basic-auth-on-fastly).
165
163
166
164
!!! note "Invalidating Varnish cache using tokens"
0 commit comments