Answer the question
In order to leave comments, you need to log in
Duplicate Cache-Control and Expires headers?
Greetings!
One problem with double HTTP headers haunts:
Cache-Control:must-revalidate, no-cache, private
Cache-Control:no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Connection:keep-alive
Content-Encoding:gzip
Content-Type:text/html; charset=UTF-8
Date:Sun, 15 Jun 2014 18:03:53 GMT
Expires:Tue, 17 Jun 2014 16:18:11 GMT
Expires:Thu, 19 Nov 1981 08:52:00 GMT
last-modified:Sun, 15 Jun 2014 11:18:11 GMT
location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://127.0.0.1:8080; # Apache listening
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question