ests show different content types
like css, js, xml, jpg.
Can anybody tell why it stays on external requests on content type "html"?
Does it have to do something with Cache-Control?
I would appreciate any hint.
Kind regs
no.1
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,
location / {
if ($http_referer ~ /nas) {
rewrite ^(.*) /nas$1 permanent;
}
return 404;
}
I try to understand nginx and the directives behind, but it’s really hard to
find „my way“. So at the moment it’s more trial and error and I hope someone
can help.
Kind regs
no.1
_