diff --git a/openresty/README.md b/openresty/README.md index 2d9de21..a052576 100644 --- a/openresty/README.md +++ b/openresty/README.md @@ -1 +1,9 @@ -`#include sites-enabled/*;` \ No newline at end of file +The folder will hold a link to the openresty conf file. Nothing in here will be +tracked, and edits are only valid on you local VM. The contents of this folder +is also reset during each provision run. Be mind full of that when making +changes here. + +To apply any changes made in this folder, run the following command from outside +the VM: + +`vagrant ssh -c "sudo service openresty restart"`