From 561e0227dec95b4db32bf5d65ce8668a39319526 Mon Sep 17 00:00:00 2001
From: Eugene Tulika <etulika@ebay.com>
Date: Thu, 19 Mar 2015 15:45:09 -0500
Subject: [PATCH] MAGETWO-33614: [GITHUB] Fix mod_expires dynamic content #987

---
 nginx.conf.sample | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nginx.conf.sample b/nginx.conf.sample
index 1ea8ee9e97f..2ea2b6ce584 100644
--- a/nginx.conf.sample
+++ b/nginx.conf.sample
@@ -127,6 +127,7 @@ location / {
     }
 
     location ~ (index|get|static|report|404|503)\.php$ {
+        expires -1;
         fastcgi_pass   fastcgi_backend;
 
         fastcgi_param  PHP_FLAG  "session.auto_start=off \n suhosin.session.cryptua=off";
-- 
GitLab