Apache’s power and Nginx’s speed are well known. However, both servers
do have drawbacks—apache is hard on server memory, while nginx (great at
static files) needs the help of php-fpm or similar modules for dynamic
content. You can configure Nginx as reverse proxy for Apache. With this,
Nginx will serve all the static content while dynamic content will be
processed by Apache.
Enable Nginx Proxy
Disable Nginx Proxy
