···804. Ensure that your main Nginx config (e.g., `/etc/nginx/nginx.conf`) attempts to load in configurations
81at `/etc/nginx/sites-enabled/*` (or wherever you'd like to store your configurations).
8283- ```conf
84 # ...
8586 http {
···804. Ensure that your main Nginx config (e.g., `/etc/nginx/nginx.conf`) attempts to load in configurations
81at `/etc/nginx/sites-enabled/*` (or wherever you'd like to store your configurations).
8283+ ```nginx
84 # ...
8586 http {