Skip to content

Instantly share code, notes, and snippets.

View peppiii's full-sized avatar

Febry Rizky peppiii

  • Jakarta
View GitHub Profile
@peppiii
peppiii / nginx-build.md
Last active May 26, 2020 17:29
Installation Nginx-build custom

installation nginx-build

Download nginx source code

$ cd /usr/local
$ sudo Wget http://nginx.org/download/nginx-1.18.0.tar.gz
$ sudo tar -xzcf nginx-1.18.0.tar.gz
$ sudo mv nginx-1.18.0 nginx