ASP.NET pages with nginx

parnican nginx-forum at nginx.us
Tue Feb 11 12:44:14 UTC 2014


Just did some experiments with following settings:
proxy_set_header  X-Real-IP  $remote_addr;
proxy_pass_header X-Accel-Redirect;

No change:(  ...its time to give up or any ides?

Also tried:
proxy_cache_bypass $cookie_nocache $arg_nocache $arg_comment;
proxy_cache_bypass $http_pragma $http_authorization;

proxy_set_header  X-Real-IP  $remote_addr;
proxy_pass_header X-Accel-Redirect;

#proxy_pass_request_headers off;
#proxy_pass http://localhost:9000;
#proxy_pass_request_body off;
#proxy_redirect off;
proxy_buffering on;
   }
}

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,247323,247397#msg-247397



More information about the nginx mailing list