Hello! We have this record in our nginx:
location ^~ /spyover-img/ {
log_not_found on;
access_log /var/log/nginx/img_access.log img_cache;
error_log /var/log/nginx/img_error.log;
proxy_pass https://content.spyover.com/img/;
proxy_set_header Host “scan-img.adnow-web.ru”;
proxy_http_version 1.1;
proxy_set_header Connection “”;
}
We have several records like this. Could you kindly check it on your side?