scriptbox/nginx-noroot
2022-04-24 21:36:32 +07:00
..
script nginx-noroot : fix spacing 2022-04-24 21:36:32 +07:00
build.sh nginx-noroot : fix 'tar xzf' wrong file 2022-04-23 15:57:17 +07:00
configure.sh nginx-noroot : init 2022-04-23 15:53:57 +07:00
README.md nginx-noroot : init 2022-04-23 15:53:57 +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/scriptbox/main/nginx-noroot/build.sh | bash

using Wget

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

Root Required

I can't figure workaround for these dependencies

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