How to build Nginx from Source Code | How to add module in Nginx after building from Source

preview_player
Показать описание
In this video, I am going to explain how to build and install the Nginx from source code?
Steps:
cd nginx-1.16.1/
apt-get install build-essential
./configure
apt-get install zlib* gzip* libssl-dev
make
make install
nginx -V

Nginx Play List:
Рекомендации по теме
Комментарии
Автор

Thank you for your video support.

Just for note ~

nginx -s stop # --> stop services
nginx # -> -start services
nginx -t # -> test config
nginx -s reload # -> reload services
nginx ?? for enable auto when reboot server

HuyLe-jbhf
Автор

Great learning experience. Many of my doubts are cleared now.

harshrathod
Автор

Hi sir,
Your sessions is very helpful for us
Sir please update New Feb2020 Only AWS cloud admin interview question.

akramsyed
Автор

make[1]: *** [objs/Makefile:282: objs/src/core/nginx.o] Error 1
make[1]: Leaving directory '/opt/nginx-0.1.42'
make: *** [Makefile:3: build] Error 2 getting this error on make command
Any solutions ?

trimayaryamishra
Автор

if I lost pem file of running instance then how can i access that instance. please suggest solution instead of take ami of it and access by another key. and also your video is superb.

ankitvarshney
Автор

It'd be great if you could make a tutorial on how to build nginx with php and php-fpm along with rtmp module to be used as a standalone web server for example on /home/myuser

fernandoferro
Автор

I want to use a reverse proxy (let say nginx ) such that,
when request comes i will do some calculations in python on request parameters(body, header), and if my python function returns TRUE then ONLY I will alow that request to reach at destination server else return 500 error.


Is nginx or other reverse proxy servers allows us to implement such custom python based checks ?

mangeshgupta
Автор

How to add new modules into the existing nginx source code?

nurhainiariffin
Автор

Hi Sir,
I have create subdomain in nginx but it open main domain page what the problem any solution please suggest me

VivekGupta-ievd
Автор

How to install our own nginx with name nginx-my.

sreekuttysree
visit shbcf.ru