origin_wo_slash.conf 98 B

1234567
  1. # Options: {"domains": ["yandex.ru"]}
  2. http {
  3. if ($http_origin !~ '^https?:\/\/yandex\.ru') {
  4. }
  5. }