A simple utility to manage Nginx configurations.

Update README

+5 -1
+5 -1
README.md
··· 1 1 # NX - Nginx Site Manager 2 2 3 - A lightweight, colorized Bash utility to manage Nginx virtual hosts using the sites-available / sites-enabled pattern. It replaces the need for manual ln -s and rm commands with a simple, human-readable interface. 3 + A lightweight, colorized Bash utility to manage Nginx virtual hosts using the sites-{available|enabled} pattern. 4 + 5 + It replaces the need for manual ln -s and rm commands with a simple, human-readable interface. 4 6 5 7 ## Features 6 8 ··· 15 17 To install nx system-wide while keeping the source code in this repository for easy updates: 16 18 17 19 1. Move the repository to a permanent location: 20 + ```bash 18 21 mkdir -p ~/projects 19 22 mv nx-manager ~/projects/ 20 23 cd ~/projects/nx-manager 24 + ``` 21 25 22 26 2. Make the script executable: 23 27 chmod +x nx