Hi to all. Sorry guys, but I have little trouble with setting up my Symfony cache via Varnish
Now I test next configuration. Varnish3->Nginx->Symfony2 on php-fpm I configured my application for using http cache as was described in documentation, but it doesn't working as I want. My app.php (production) I configured for using AppCache and app_dev.php - for using AppKernel. Esi processing is enabled in config. In case, when production environment is used - Symfony writes cached blocks in app/cache/prod/http_cache dir, they work fine, but there aren't any cache hit in varnish It assembles end page from blocks on disk but not in varnish. In case, when I use development environment - my esi instructions are displayed in browser (<esi:include src="....) and doesn't save any block on disk. Have you any advice for me? Give me please some additional documentation or part of your experience if you have it. Sorry for my English and thanks=) -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
