From: Shibashish [mailto:[email protected]] Subject: Re: simple configuration
On Wed, Jan 23, 2013 at 6:07 PM, Friedrich Locke <[email protected]> wrote: Hi folks, i have just installed varnish and this is my first message to the list. I did i very simple configuration. I edited /etc/varnish/default.vcl. I included the following lines: backend default { .host = "aton.cpd.edu.br"; .port = "80"; } I stress loaded the my site, now being served by varnish, but i noticed no performance improvement. I would like to do a minimal configuration just to see how fast varnish could do. Is there something more i need to configure in order to get the taste of varnish ? Yes, you need to check and fix the http headers your backend sends, by default, Varnish honors them. https://www.varnish-cache.org/trac/wiki/Introduction#Ourconfiguration Enno
_______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
