A minimal, lightweight way to manage Nginx proxy configurations.
git clone https://github.com/VilleOlof/ngingo.git
cd ngingo
cargo build --release
# Symlink the binary to a directory in your PATH
sudo ln -s $(pwd)/target/release/ngingo /usr/local/bin/ngingo
> ngingo
# And then follow the instructions
Do note that symlinks only work on Unix-like systems.
And the auto-restart uses systemctl
to restart the Nginx service.