Skip to content

Commit

Permalink
docs: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed May 1, 2023
1 parent 42bae5f commit 28875bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ composer require acpl/flarum-lscache:"*"
```apacheconf
<IfModule LiteSpeed>
CacheLookup on
# Detection of logged-in user.
RewriteCond %{REQUEST_METHOD} ^HEAD|GET$
RewriteRule .* - [E="Cache-Vary:flarum_remember,flarum_lscache_vary,locale"]
</IfModule>
```
You can also add your own rules. For more information see here: [https://docs.litespeedtech.com/lscache/noplugin/settings/#rewrite-rules](https://docs.litespeedtech.com/lscache/noplugin/settings/#rewrite-rules)
Expand Down

0 comments on commit 28875bf

Please sign in to comment.