Hello Vagrant visionaries,

I have used Vagrant to create a virtual machine running Ubuntu 16.04 and 
nginx. As I described in this thread 
<https://groups.google.com/forum/#!topic/vagrant-up/XVFPIOXU8aI>, I have 
set up synchronized folders in the Project folder to point at /etc/nginx/ 
and at /var/www/. I have set the virtual machine up with a static IP 
address, and created an example.com site on it.

When I change one of the HTML files in /var/www/example.com/html/, and 
reload that file in my browser, I see the changes immediately. However, 
when I update an external CSS file that the HTML page needs to load, I 
cannot see the changes until I run `vagrant reload`.

It is not enough to reload the nginx settings or to restart nginx: I must 
force the entire VM to reload. I have also checked that the problem is not 
due to the browser caching the CSS page. I have disabled caching, and when 
I load the same page using nginx running on the host machine, the CSS 
changes appear immediately.

Is this a known issue? Can you suggest a solution or a workaround?

Thanks in advance,

James

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/4dc0e7d4-0a31-4624-a6a9-b617155ea082%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to