Nginx Fastcgi Reverse Proxy Cache for PHP (Symfony)

Stefan Pöltl
4 min readJun 23, 2019

If you ever faced the case that your PHP app is not performing for the incoming traffic, Nginx can help you.

Actually there is a easy caching fix for PHP backends to reduce the load and to serve responses faster that are requested multiple times with the same parameters.

Current application state

--

--