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