0
$response = $this->render("index.html.twig", []);
$response->setPublic();
$response->setVary("Cookie");
$response->setExpires($cache->getExpires());
$response->setLastModified($cache->getLastModified());
$response->setETag($cache->getETag());
"Expires"헤더가 전달되었습니다. 그러나 "Last-Modified"또는 "ETag"가 아님Symfony2 (php-fpm, nginx 뒤)는 Last-Modified 또는 ETage 헤더를 보내지 않으셨습니까?