Process Flow - Server block structure
Start nginx config
Define server block
Set listen port
Set server_name
Define location blocks
Specify root or proxy settings
Close server block
nginx reads next block or ends
nginx reads the config file, finds server blocks, applies settings like port, domain, and content handling inside each block.