openresty: Persist data (#692)

This commit is contained in:
Chawye Hsu 2020-01-03 18:02:37 +08:00 committed by Hsiao-nan Cheung
parent dd6338d9c5
commit 4d7abba6e8

View File

@ -24,6 +24,11 @@
"restydoc.bat", "restydoc.bat",
"restydoc-index.bat" "restydoc-index.bat"
], ],
"persist": [
"conf",
"html",
"logs"
],
"notes": [ "notes": [
"Use '-p $PWD' to specify current directory when running OpenResty.", "Use '-p $PWD' to specify current directory when running OpenResty.",
"(Alternately, see documentation by running 'scoop home openresty'.)", "(Alternately, see documentation by running 'scoop home openresty'.)",