install NGINX with least requirement on sudo privilage as much as possible
Go to file
2022-06-11 20:32:47 +07:00
script nginx-noroot : Moved from Scriptbox 2022-06-11 20:32:47 +07:00
build.sh nginx-noroot : Moved from Scriptbox 2022-06-11 20:32:47 +07:00
configure.sh nginx-noroot : Moved from Scriptbox 2022-06-11 20:32:47 +07:00
LICENSE Initial commit 2022-06-11 13:29:57 +00:00
README.md nginx-noroot : Moved from Scriptbox 2022-06-11 20:32:47 +07:00

NGINX without Root

This is a mini project that I'll find any workaround for building NGINX without relies on Root Required Dependencies as much as possible

Setup Script

using Curl

curl https://raw.githubusercontent.com/minoplhy/nginx-noroot/main/build.sh | bash

using Wget

wget https://raw.githubusercontent.com/minoplhy/nginx-noroot/main/build.sh | ./build.sh

Root Required

I can't figure workaround for these dependencies

Openssl (unsuccessful build when using self compiled openssl)
  - libssl-dev