Skip to content

Commit

Permalink
MAGETWO-33614: [GITHUB] Fix mod_expires dynamic content #987
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Tulika committed Mar 19, 2015
1 parent 34e7782 commit 561e022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 561e022

Please sign in to comment.