Update teamlixo.proxy.addon.sh
This commit is contained in:
parent
9d5fef9b9e
commit
04e8d24824
@ -2,8 +2,6 @@
|
||||
|
||||
set +e
|
||||
|
||||
# Varnish
|
||||
# Remove existing configuration
|
||||
rm -v -rf $config_out/varnish/*
|
||||
find varnish -type d | xargs -I '{}' mkdir --verbose -p $config_out/{}
|
||||
find varnish -type f | sed -e "s@varnish/@@g" | xargs -I '{}' cp --verbose varnish/{} $config_out/varnish/{}
|
||||
rm -v -rf $config_out/proxy-frontend/*
|
||||
find proxy-frontend -type d | xargs -I '{}' mkdir --verbose -p $config_out/{}
|
||||
find proxy-frontend -type f | sed -e "s@proxy-frontend/@@g" | xargs -I '{}' cp --verbose proxy-frontend/{} $config_out/proxy-frontend/{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user