Skip to content

Commit

Permalink
Merge pull request #9 from ripe-tech/hg/proxy_cached
Browse files Browse the repository at this point in the history
fix: default.vcl apply clause
  • Loading branch information
hugo-gomes authored Apr 20, 2023
2 parents 98ff2cd + 5d23dfd commit b34da85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy_cached/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

if [[ -f "/etc/varnish/default.vcl" ]]; then
if [[ ! -f "/etc/varnish/default.vcl" ]]; then
cp /varnish.default.template /etc/varnish/default.vcl
fi

Expand Down

0 comments on commit b34da85

Please sign in to comment.