Skip to content

Commit 561e022

Browse files
author
Eugene Tulika
committed
MAGETWO-33614: [GITHUB] Fix mod_expires dynamic content #987
1 parent 34e7782 commit 561e022

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx.conf.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ location / {
127127
}
128128

129129
location ~ (index|get|static|report|404|503)\.php$ {
130+
expires -1;
130131
fastcgi_pass fastcgi_backend;
131132

132133
fastcgi_param PHP_FLAG "session.auto_start=off \n suhosin.session.cryptua=off";

0 commit comments

Comments
 (0)