NGINX Cache Viewstate and Cookies

Posted by user42833 on Server Fault See other posts from Server Fault or by user42833
Published on 2010-05-11T18:40:54Z Indexed on 2010/05/11 18:44 UTC
Read the original article Hit count: 195

Filed under:

We are running NGINX 7.65 on a Ubuntu 10 server. NGINX is setup as a reverse proxy to an IIS website where the viewstate is passed through the headers. We want to set up the cache feature in NGINX but need to make sure it does not mess up the viewstate and cookies associated with each individual customer.

Will adding this to the nginx.conf file fix this - proxy_pass_header Header or is there more that would need to be done?

Thanks,

© Server Fault or respective owner

Related posts about nginx