Nginx 101 basic info

built-in variables

ก็จะแบ่งๆ ได้ประมาณนี้

https://showtimesth.com/api/v2/theater/?group=fav&search=

$uri       /api/v2/theater/
$args      group=fav&search=

The rest documented here but it doesn’t seem like they have a good example. :frowning:

if we want to match group=fav then we have to have if clause

if ($args ~ group=fav) {
   ...
}