This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ============================================================================= | |
| # XenForo 2.3 vhost — cache-turbo only, WITH LiteSpeed lscache-xf2 plugin | |
| # Requires: ngx_http_cache_turbo_module.so | |
| # | |
| # lscache-xf2 sets xf_lscxf_logged_in on EVERY login (not just remember-me), | |
| # cleared on logout. That is a true login-only signal, so we DROP the broad | |
| # xf_session bypass -> guests who merely touched a form still cache. Big | |
| # hit-rate win vs the stock-XF preset. | |
| # ============================================================================= |