A simple utility to manage Nginx configurations.

Update README

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