Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 174 Bytes

File metadata and controls

9 lines (8 loc) · 174 Bytes

Build Nginx

wget -O - http://nginx.org/download/nginx-1.13.1.tar.gz | tar xz
cd nginx-1.13.1
./configure --with-http_ssl_module
make -j $(nproc)
sudo make install