modify local dev config & make openresty directy upload combine file to upyun

This commit is contained in:
liyong
2022-02-07 19:04:21 +08:00
committed by XiaoLi
parent 155bd693b2
commit 9355277bc0
7 changed files with 55 additions and 20 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
#!/bin/sh
set -x
mkdir -p /usr/local/etc/openresty/conf.d
cp conf/local_macos/*.conf /usr/local/etc/openresty/conf.d/
openresty_sub_config_dir=/usr/local/etc/openresty/conf.d
cp scripts/*.lua /usr/local/opt/openresty/resty_funcs/
mkdir -p $openresty_sub_config_dir
cp conf/local_macos/*.conf $openresty_sub_config_dir