Setup Varnish Cache with VHosts (Ubuntu 14.04) 64bit
#8
RE: Setup Varnish Cache with VHosts (Ubuntu 14.04)
If you experience some flaws with your panel and certain modules you can skip de panel via varnish by adding this code in default.vcl:

Code:
sub vcl_recv {    if (req.http.Host == "subdomain.domain.com") {        return (pipe);    } }


No need to use if your panel is via SSL.
[Image: logo2.png]

My being on this forum is all personal and all is done here by me has nothing to with the company Web Improved I work for Smile
Reply


Messages In This Thread
RE: Setup Varnish Cache with VHosts (Ubuntu 14.04) - by bbspike - 11-30-2015, 05:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Upgrade to Ubuntu 16.04 from 14.04 HogensHero 8 33 ,921 07-18-2020, 03:13 AM
Last Post: dycott78
Ubuntu: How to Enable tls/ssl in proftpd Diablo925 2 14 ,250 04-21-2020, 03:35 AM
Last Post: iraqiboy90
Ubuntu 18.04 or 20.04 Kangarooo 1 8 ,032 03-20-2020, 11:39 AM
Last Post: Jettaman

Forum Jump:


Users browsing this thread: 1 Guest(s)