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: core/performance.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,10 +47,11 @@ The integration using the cache handler is quite simple. You just have to update
47
47
+ --with github.com/dunglas/vulcain/caddy \
48
48
+ --with github.com/dunglas/caddy-cbrotli \
49
49
+ --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
50
53
+ # 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
0 commit comments