Skip to content

Commit bc5af08

Browse files
committed
Add note about reloading vagrant after .yaml change
1 parent 87af741 commit bc5af08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

homestead.md

+2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ You can make any Homestead site use [HHVM](http://hhvm.com) by setting the `hhvm
111111
to: /home/vagrant/Code/Laravel/public
112112
hhvm: true
113113

114+
Note that whenever the `sites` property is altered it may be necessary to run `vagrant reload --provision` in order for the Homestead environment, or in particular the Nginx configuration file in `/etc/nginx/sites-enabled`, to be refreshed accordingly.
115+
114116
#### The Hosts File
115117

116118
You must add the "domains" for your Nginx sites to the `hosts` file on your machine. The `hosts` file will redirect requests for your Homestead sites into your Homestead machine. On Mac and Linux, this file is located at `/etc/hosts`. On Windows, it is located at `C:\Windows\System32\drivers\etc\hosts`. The lines you add to this file will look like the following:

0 commit comments

Comments
 (0)