Location directive, gzip compression in Nginx
Location directive
Syntax
location [modifier] [URI] {
}
Modifier plays a vital role in telling Nginx to react differently on different modifiers.
Types of location blocks in an Nginx configuration
Exact Match (=)
Prefix Match (^~)
Case-Insensiti...
mdusama.hashnode.dev3 min read