Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
litespeed_wiki:config:brotli:start [2020/03/31 02:23]
Joshua Reynolds Disabling > Disable
litespeed_wiki:config:brotli:start [2021/09/24 13:23]
Jackson Zhang
Line 43: Line 43:
 To disable brotli compression via an ''​.htaccess''​ file, simply add: To disable brotli compression via an ''​.htaccess''​ file, simply add:
 <​code>​ <​code>​
-SetEnv no-brotli+<​IfModule LiteSpeed>​ 
 +    ​SetEnv no-brotli 
 +</​IfModule>​
 </​code>​ </​code>​
 This method allows brotli compression to be disabled for certain sub folders/​files without the need for a Graceful Restart. This method allows brotli compression to be disabled for certain sub folders/​files without the need for a Graceful Restart.
  
  • Admin
  • Last modified: 2024/03/04 20:14
  • by Lisa Clarke