Skip to content

Commit e7e49f4

Browse files
authored
Set fixed version on link to http-cache config (#2747)
Previously the varnish config of ibexa 5.0 was linked in the 4.6 documentation. This lead to errors in session handling, as the session key changed in 5.0
1 parent 8d1e894 commit e7e49f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/infrastructure_and_maintenance/cache/http_cache/reverse_proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Using a different proxy is highly recommended as they provide better performance
4747

4848
For reverse proxies to work properly with your installation, you need to add the corresponding VCL files for your HTTP Cache.
4949

50-
- [Varnish VCL xkey example](https://github.com/ibexa/http-cache/blob/main/docs/varnish/vcl/varnish5.vcl)
50+
- [Varnish VCL xkey example](https://github.com/ibexa/http-cache/blob/4.6/docs/varnish/vcl/varnish5.vcl)
5151
- Fastly can be found in `vendor/ibexa/fastly/fastly`. You must install the following to use Fastly:
5252
- `ez_main.vcl` as the **main** custom VCL
5353
- `ez_user_hash.vcl` as another custom VCL
@@ -155,7 +155,7 @@ If you want to use Basic Auth with Fastly on [[= product_name_cloud =]], please
155155

156156
!!! note "Invalidating Varnish cache by using tokens"
157157

158-
In setups where the Varnish server IP can change (for example, on [[= product_name_cloud =]]), you can use token-based cache invalidation through [`ez_purge_acl`](https://github.com/ibexa/http-cache/blob/main/docs/varnish/vcl/varnish5.vcl#L174).
158+
In setups where the Varnish server IP can change (for example, on [[= product_name_cloud =]]), you can use token-based cache invalidation through [`ez_purge_acl`](https://github.com/ibexa/http-cache/blob/4.6/docs/varnish/vcl/varnish5.vcl#L174).
159159

160160
In such situation, use strong, secure hash and make sure to keep the token secret.
161161

0 commit comments

Comments
 (0)