Process Flow - Gzip configuration (types, min_length)
Start nginx config
Enable gzip
Set gzip_min_length
Set gzip_types
Request received
Check content type
Check content length
Compress response
Send response
This flow shows how nginx checks gzip settings: enabling gzip, setting minimum length, and types to compress, then deciding to compress or not based on request.