Answer the question
In order to leave comments, you need to log in
How to find the repository?
Hello.
I install the latest version of nginx according to this scheme:
wget http://nginx.org/keys/nginx_signing.key
sudo apt-key add nginx_signing.key
echo "deb http://nginx.org/packages/mainline/debian/ $(lsb_release -sc) nginx" | sudo tee -a /etc/apt/sources.list.d/nginx.list
echo "deb-src http://nginx.org/packages/mainline/debian/ $(lsb_release -sc) nginx" | sudo tee -a /etc/apt/sources.list.d/nginx.list
sudo apt-get update
sudo apt-get install -y nginx
Answer the question
In order to leave comments, you need to log in
Because the main repositories do not have this module for the "mainline" branch.
Install stable version 14 and Debian repo has everything you need https://packages.debian.org/sid/libnginx-mod-http-lua
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question