Nginx (pronounced “Engine-X”) is an open source Web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. In this example we are going to use Nginx as a Reverse Proxy.
Continue reading “Setting up an Nginx Reverse Proxy on Debian”Tag: linux
Install Varnish HTTP accelerator with WordPress
Varnish is a web application accelerator. You can install it in front of your web application and it will speed it up significantly. For example Varnish can receive HTTP requests for various production web servers, then caches those requests with a specific TTL to reduce load on the production servers.
Continue reading “Install Varnish HTTP accelerator with WordPress”