.nl redirects
all .nl domains or any other nation-locked domain will get 302 redirected by NGINX to .com
Unless a dev=true http cookie is present
if ($http_cookie !~* "dev=true") {
return 302 https://app.suitsbooks.com$request_uri;
}