NGINX Dynamic Modules - How to Tutorial

preview_player
Показать описание
In this video I wanted to show you how to setup and use the new Nginx new feature dynamic modules.
Рекомендации по теме
Комментарии
Автор

Compiling in production isn't the safest thing to do, considering you'll have to do it every time an update is released. It's better to install the "nginx-extras" package from the repos which will include all the common dynamic modules pre-compiled. Then you only need to do: "apt upgrade" to get all the security updates every day.

grasshopper
Автор

Hi Marcos, I trying to install a third party module called "ngx_cache_purge by labs frickle" in nginx but I am not able to make it work. I get an error. Do you know how to?

Mike-krlj
Автор

sudo apt-get install build-essential make libpcre3 libpcre3-dev zlib1g-dev openssl libssl-dev

EvgeniyPlatonov