Update index.py

pull/130/head
midoks 3 years ago
parent 19d0bb68ef
commit 6927bcbdc9
  1. 3
      plugins/varnish/index.py

@ -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

Loading…
Cancel
Save