Process Flow - Separate config files per site
Create separate config files
Place files in sites-available
Link files to sites-enabled
Reload nginx to apply
Requests routed to correct site config
This flow shows how nginx uses separate config files for each site by placing them in sites-available, linking to sites-enabled, and reloading nginx to apply.