install NGINX with least requirement on sudo privilage as much as possible
Go to file
unknown 5416da17b4
build.sh : Copy-Paste Detected!!
2022-11-30 16:32:03 +07:00
script 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 Readme : wget permission fix 2022-11-30 16:05:02 +07:00
build.sh build.sh : Copy-Paste Detected!! 2022-11-30 16:32:03 +07:00
configure.sh nginx-noroot : support self-compile OpenSSL and bump various software version 2022-11-30 15:51:33 +07:00

README.md

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

The main point of the project is to configure Nginx to just work without root. So many modules are missing, but you can add them yourself.

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
chmod +x build.sh && ./build.sh