PHPackages                             bnf/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. bnf/nginx-cache

ActiveTypo3-cms-extension[Caching](/categories/caching)

bnf/nginx-cache
===============

NGINX Cache Manager for TYPO3

3.0.3(1y ago)243.7k↑50%3[3 issues](https://github.com/bnf/nginx_cache/issues)[1 PRs](https://github.com/bnf/nginx_cache/pulls)GPL-2.0+PHPCI failing

Since Dec 21Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/bnf/nginx_cache)[ Packagist](https://packagist.org/packages/bnf/nginx-cache)[ Docs](https://bnf.dev)[ RSS](/packages/bnf-nginx-cache/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (22)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

# Debian (dpkg) with packages from http://nginx.org/en/linux_packages.html#Debian
sudo apt install nginx-extras nginx-module-perl libdigest-md5-file-perl

# Fedora
