Update index.py
This commit is contained in:
parent
19d0bb68ef
commit
6927bcbdc9
|
|
@ -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…
Reference in New Issue