From 6836809fee9f3e8eb26e5ad28af35f055cd3c668 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Sun, 20 Aug 2023 14:19:30 -0400 Subject: [PATCH] Added readme for new feature --- openresty/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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"`