I am using nginx with Ubuntu 12.04. I did a basic install to get my web server running in my VM.
I have setup my virtual hosts, installed php5-fpm, etc... and I can run my sites, but in particular my index.html file seems to continuesly get cached. I make a change to it, save and run it and the change appears. But if I do it again, it holds the older version and won't update.
Here is my virtual CONF file for my particular site: http://pastie.org/private/t3ma6bbk8p3hsgqkztdnfa
Here is my nginx.conf
Is there anything that stands out?