From 4d7abba6e8ef2f93d6a81c550656ae182872703d Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Fri, 3 Jan 2020 18:02:37 +0800 Subject: [PATCH] openresty: Persist data (#692) --- bucket/openresty.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bucket/openresty.json b/bucket/openresty.json index 181401cde0..891c7d65d7 100644 --- a/bucket/openresty.json +++ b/bucket/openresty.json @@ -24,6 +24,11 @@ "restydoc.bat", "restydoc-index.bat" ], + "persist": [ + "conf", + "html", + "logs" + ], "notes": [ "Use '-p $PWD' to specify current directory when running OpenResty.", "(Alternately, see documentation by running 'scoop home openresty'.)",