I'm building a simple server setup for developping purposes, with Nginx, PHP-FPM, APC, Varnish and MySQL, using Ubuntu Server 12.04.
But now I want to deploy at this testing environment, an OSCommerce app. After some googling I couldn't find a way to properly configure OSCommerce with Varnish.
Actually I have Varnish configured for Wordpress (varnish file and default.vcl file) like one from there (GitHub-Nicolargo) but just a little bit modded.
So, should I use the same configuration for WP? If not, There's someone who knows how (or where should I find) to configure it properly for OSCommerce?
Hugs