A simple utility to manage Nginx configurations.

Update README

+1 -1
+1 -1
README.md
··· 80 80 4. Ensure that your main Nginx config (e.g., `/etc/nginx/nginx.conf`) attempts to load in configurations 81 81 at `/etc/nginx/sites-enabled/*` (or wherever you'd like to store your configurations). 82 82 83 - ```conf 83 + ```nginx 84 84 # ... 85 85 86 86 http {