How To Configure Nginx as a Reverse Proxy for Apache on Ubuntu 17.04/17.10

preview_player
Показать описание
How To Configure Nginx as a Reverse Proxy for Apache on Ubuntu 17.04/17.10
--------------------------------------------------------------
Both nginx and apache are powerful and effective servers. Apache currently reigns as the #1 server for websites and since its public release in 2006, nginx has taken the world by storm and is now the #2 server for active sites. The reasons for each respective server’s popularity are clear: 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.

However, one can combine the two web servers to great effect, with nginx as static web server front and apache processing the back end.
Рекомендации по теме
Комментарии
Автор

Best video I've seen on how to set Nginx as a reverse proxy on Port 80.

Thank you. You've made my job a LOT easier.

MyMobiServices