litespeedtech

  1. M

    With Laravel I want only non-login users to keep cache.

    Hi, https://docs.litespeedtech.com/lscache/lsclaravel/installation/ I have installed the cache, but I want the cache to work when the user is not logged in. This is how I configured the following files. lscache.php <?php return [ 'esi' => env('LSCACHE_ESI_ENABLED', true), 'default_ttl' =>...
Top