Skip to content

Commit faf3dce

Browse files
darkweakdunglas
authored andcommitted
Update performance.md
Use latest Souin/cache-handler version
1 parent 6020efd commit faf3dce

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

core/performance.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ The integration using the cache handler is quite simple. You just have to update
4747
+ --with github.com/dunglas/vulcain/caddy \
4848
+ --with github.com/dunglas/caddy-cbrotli \
4949
+ --with github.com/caddyserver/cache-handler
50+
+ # You should use another storage than the default one (e.g. otter).
51+
+ # The list of the available storages can be find either on the documentation website (https://docs.souin.io/docs/storages/) or on the storages repository https://github.com/darkweak/storages
52+
+ --with github.com/caddyserver/cache-handler
5053
+ # Or use the following lines instead of the cache-handler one for the latest improvements
51-
+ # @65cb24114d76a7de3f4e8c7b8ef7df3efd028899 can be removed when a new release of `darkweak/souin` will be published
52-
+ #--with github.com/darkweak/souin/plugins/caddy@65cb24114d76a7de3f4e8c7b8ef7df3efd028899 \
53-
+ #--with github.com/darkweak/souin@65cb24114d76a7de3f4e8c7b8ef7df3efd028899 \
54+
+ #--with github.com/darkweak/souin/plugins/caddy \
5455
+ #--with github.com/darkweak/storages/otter/caddy
5556
+
5657
+FROM dunglas/frankenphp:latest AS frankenphp_upstream

0 commit comments

Comments
 (0)