...
Блок кода |
---|
location / {
if ($http_referer !~ ^http://joomla.test.com) {
return 301 /viewer?dashboardGuid=25c2b3c35dcf450689ed0e462f38461f;
}
proxy_pass $portal_url;
} |
...
...
Блок кода |
---|
location / {
if ($http_referer !~ ^http://joomla.test.com) {
return 301 /viewer?dashboardGuid=25c2b3c35dcf450689ed0e462f38461f;
}
proxy_pass $portal_url;
} |
...