···11# NX - Nginx Site Manager
2233-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.
33+A lightweight, colorized Bash utility to manage Nginx virtual hosts using the sites-{available|enabled} pattern.
44+55+It replaces the need for manual ln -s and rm commands with a simple, human-readable interface.
4657## Features
68···1517To install nx system-wide while keeping the source code in this repository for easy updates:
161817191. Move the repository to a permanent location:
2020+ ```bash
1821 mkdir -p ~/projects
1922 mv nx-manager ~/projects/
2023 cd ~/projects/nx-manager
2424+ ```
212522262. Make the script executable:
2327 chmod +x nx