Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 496 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 496 Bytes

Ngingo

A minimal, lightweight way to manage Nginx proxy configurations.

Installation

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

Usage

> 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.