Hi all,
I am using Nginx as reverse proxy in production with Windows based web servers ( IIS7 ) for my search engine website.
I am frequently facing an issue that my html web pages start getting downloaded instead of opening in browser.
I tried settings more_set_headers in Nginx but still the error isn't resolved.
The page works fine if I bypass the Nginx proxy.
The Nginx header works fine for explicit wml pages but still I receive "text/vnd.wap.wml" as content type for some of my html pages.
I am using nginx/1.2.4 with following line added under http block.
more_set_headers -t 'text/vnd.wap.wml' 'Content-Type: text/html';
What could be going wrong ? Am I missing something ?
Thanks