Re: Reverse proxy to QNAP does not work

2015-12-16 Thread no.1
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,

Reverse proxy to QNAP does not work

2015-11-25 Thread no.1
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 _