Add module to nginx after installation

5,961

You have to save your nginx configuration files first.

Next

wget http://nginx.org/download/nginx-1.9.9.tar.gz
gunzip http://nginx.org/download/nginx-1.9.9.tar.gz
tar xf nginx-1.9.9
cd nginx-1.9.9

And next

./configure --add-module=/usr/build/nginx-rtmp-module

Afer installing new nginx version check your configs!

Share:
5,961

Related videos on Youtube

Abdelmoula Nami
Author by

Abdelmoula Nami

Updated on September 18, 2022

Comments

  • Abdelmoula Nami
    Abdelmoula Nami over 1 year

    Hi i did install nginx with this command on centos 6

    sudo yum install nginx 
    

    and it work but i need to compile wit rtmp module

    so How can I find the path to make some changes

    ./configure --add-module=/usr/build/nginx-rtmp-module