nginx 0.8.53/0.7.67 unable to return 304
rchen9012
nginx-forum at nginx.us
Wed Nov 10 01:22:04 MSK 2010
Hi all,
need help with nginx configuration, I had configured a very simple
static file caching or direct from disk, but nginx did not return 304
when if-modified-since header is in the request.
if-modified-since exact;
location / {
root /www;
index index.php index.html index.htm;
expires 1d;
}
thanks
rchen
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,149315,149315#msg-149315
More information about the nginx
mailing list