T
T
Toopie2018-09-24 22:15:16
Nginx
Toopie, 2018-09-24 22:15:16

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

The latest version is installed, then I need to install the libnginx-mod-http-lua module on nginx, but if I install it, nginx 1.10.* is installed, and I need to install it on the latest, that is, on 1.15.3, I know that you can specify the repository via -t (sudo apt-get install -t ?? libnginx-mod-http-lua), but that's the problem, I don't know which repository is here. Mainline definitely doesn't fit, because it throws an error. Help me please :)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
TyzhSysAdmin, 2018-09-24
@POS_troi

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 question

Ask a Question

731 491 924 answers to any question