A simple utility to manage Nginx configurations.

Update README

+5 -1
+5 -1
README.md
··· 1 # NX - Nginx Site Manager 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. 4 5 ## Features 6 ··· 15 To install nx system-wide while keeping the source code in this repository for easy updates: 16 17 1. Move the repository to a permanent location: 18 mkdir -p ~/projects 19 mv nx-manager ~/projects/ 20 cd ~/projects/nx-manager 21 22 2. Make the script executable: 23 chmod +x nx
··· 1 # NX - Nginx Site Manager 2 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. 6 7 ## Features 8 ··· 17 To install nx system-wide while keeping the source code in this repository for easy updates: 18 19 1. Move the repository to a permanent location: 20 + ```bash 21 mkdir -p ~/projects 22 mv nx-manager ~/projects/ 23 cd ~/projects/nx-manager 24 + ``` 25 26 2. Make the script executable: 27 chmod +x nx