Realized you asked for the results of both requests. Here's the curl -svo /dev/null output from:
Home page: > GET / HTTP/1.1 > User-Agent: curl/7.15.5 (i686-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5 > Host: apps01.njprod.amc:9001 > Accept: */* > < HTTP/1.1 200 OK < X-Frame-Options: SAMEORIGIN < Content-Type: text/html; charset=utf-8 And a page that will not cache: > GET /congress?mref=nav HTTP/1.1 > User-Agent: curl/7.15.5 (i686-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5 > Host: apps01.njprod.amc:9001 > Accept: */* > < HTTP/1.1 200 OK < X-Frame-Options: SAMEORIGIN < Content-Type: text/html; charset=utf-8 < Set-Cookie: obj_id=1732; Path=/ < Set-Cookie: landing_type=pub_chan; Path=/ Thank you, Dave Posted at Nginx Forum: http://forum.nginx.org/read.php?2,261033,261036#msg-261036 _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
