modify local dev config & make openresty directy upload combine file to upyun
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user