Skip to content

Commit

Permalink
Update index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 15, 2022
1 parent 19d0bb6 commit 6927bcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/varnish/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ def getInitDFile():


def getConf():
path = '/etc/varnish/vcl.conf'
if os.path.exists(path):
return path
path = "/etc/varnish/default.vcl"
return path

Expand Down

0 comments on commit 6927bcb

Please sign in to comment.