PHPackages                             qbus/nginx-cache - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. qbus/nginx-cache

Abandoned → [bnf/nginx-cache](/?search=bnf%2Fnginx-cache)Typo3-cms-extension[Caching](/categories/caching)

qbus/nginx-cache
================

NGINX Cache Manager for TYPO3

2.2.3(4y ago)06.1kGPL-2.0+

Since Nov 22Pushed 2y agoCompare

[ Source](https://github.com/qbus-agentur/nginx_cache)[ Packagist](https://packagist.org/packages/qbus/nginx-cache)[ Docs](https://www.qbus.de)[ RSS](/packages/qbus-nginx-cache/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (24)Used By (0)

NGINX Cache Manager for TYPO3
=============================

[](#nginx-cache-manager-for-typo3)

This TYPO3 extensions adds the required bits to use NGINX's fastcgi\_cache for TYPO3 pages. It adds appropriate cache control headers, documents the required NGINX configuration and flushes the nginx cache when content changes.

Configuration
-------------

[](#configuration)

Just install the extension and the required nginx modules, no configuration in TYPO3 needed.

```
vendor/bin/typo3 extension:activate nginx_cache

# Fedora (RPM)
sudo dnf install nginx nginx-mod-http-perl perl-Digest-MD5 perl-File-Find

# Debian (dpkg)
sudo apt install nginx-extras libnginx-mod-http-perl libdigest-md5-file-perl

# Fedora
