Support for Nginx as a caching reverse proxy to Apache?

You don’t need nginx to add web server caching. Apache has caching features, too. Adding another webserver just adds…another web server. If caching of static assets (or assets that get reasonable cache-control headers…I don’t know that WordPress content meets this criteria) will help your performance, then enabling caching in Apache will help your performance.

https://httpd.apache.org/docs/2.4/caching.html

1 Like