2017 © Pedro Peláez
 

typo3-flow-package neos-pagecache

image

simplyadmire/neos-pagecache

  • Friday, April 24, 2015
  • by radmiraal
  • Repository
  • 3 Watchers
  • 5 Stars
  • 83 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

SimplyAdmire.Neos.PageCache

Example nginx rewrite rules, (*1)

error_page 418 = @uncached;

location / {

    if ($http_cookie = 'TYPO3_Flow_Session') {
        return 418;
    }

    if ($request_method !~ ^(GET|HEAD)$ ) {
        return 418;
    }

    try_files /_Resources/Cache/SimplyAdmire_Neos_PageCache_PageCache/${host}${request_uri}index.html /_Resources/Cache/SimplyAdmire_Neos_PageCache_PageCache/${host}${request_uri}/index.html $uri $uri/ /index.php?$args;
}

location ~ \.php$ {
    include fastcgi_params;
    fastcgi_pass unix:/opt/local/var/run/php55/php5-fpm-flow.sock;
    fastcgi_index index.php;

    fastcgi_param FLOW_CONTEXT Production;
    fastcgi_param FLOW_REWRITEURLS 1;

    fastcgi_split_path_info ^(.+\.php)(.*)$;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    fastcgi_param PATH_INFO $fastcgi_path_info;
}

location @uncached {
    try_files $uri $uri/ /index.php?$args;
}

The Versions

24/04 2015

dev-master

9999999-dev

  Sources   Download

LGPL-3.0

The Requires

 

24/04 2015

1.1.1

1.1.1.0

  Sources   Download

LGPL-3.0

The Requires

 

24/04 2015

1.1.0

1.1.0.0

  Sources   Download

The Requires

 

18/12 2014

1.0.0

1.0.0.0

  Sources   Download

The Requires