proxy-confs > proxy-confs-samples
This commit is contained in:
parent
b74ccd860d
commit
72c801f07f
@ -24,7 +24,7 @@ if [ -n "$nginx_confs_changed" ]; then
|
||||
echo -e "${nginx_confs_changed}"
|
||||
fi
|
||||
|
||||
proxy_confs=$(ls /config/nginx/proxy-confs/*.conf 2>/dev/null)
|
||||
proxy_confs=$(ls /config/nginx/proxy-confs-samples/*.conf 2>/dev/null)
|
||||
|
||||
for i in $proxy_confs; do
|
||||
if [ -f "${i}.sample" ]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user