C clinton4 Regular Pleskian Jun 3, 2014 #1 Hi, I have setup Nginx to serve static pages. I cache some pages and therefor they are static and should be served by Nginx. Now, how can i check if a specific page actual was served by Nginx and not Apache?
Hi, I have setup Nginx to serve static pages. I cache some pages and therefor they are static and should be served by Nginx. Now, how can i check if a specific page actual was served by Nginx and not Apache?
A Alexey.Plotnitsky Regular Pleskian Jun 4, 2014 #2 Hi clinton4, Nginx adds HTTP header to HTTP response, you can look for that: "X-Accel-Redirect" http://download1.parallels.com/Ples...inistrator-guide/index.htm?fileName=about.htm
Hi clinton4, Nginx adds HTTP header to HTTP response, you can look for that: "X-Accel-Redirect" http://download1.parallels.com/Ples...inistrator-guide/index.htm?fileName=about.htm