Skip to main content

cache directives question using proxy

Comments

3 comments

  • cPRex Jurassic Moderator
    cPanel's nginx implementations proxies all traffic to Apache, so you're fine to leave those in place. For a true test if nginx is providing you with performance improvements, I would try removing those and seeing how nginx behaves, and then adding them back and seeing if you can tell a difference.
    0
  • leonep
    it works well i only want to know if i need to use also apache mod_cache and apache mod_cache_disk if i am using nginx cache..... can i have benefits from both ??? i use my server for basic cms hosting thanks
    0
  • cPRex Jurassic Moderator
    There's no reason you have to use it. In fact, some people say the extra caching from mod_cache can actually slow things down since nginx already handles caching of requests.
    0

Please sign in to leave a comment.