From 9a51bc4b4e6bd8bf29c629b4c709f559cc2e6d70 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 29 Aug 2022 00:35:46 +0800 Subject: [PATCH] Update index.py --- plugins/haproxy/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/haproxy/index.py b/plugins/haproxy/index.py index ff937a952..864fc8763 100755 --- a/plugins/haproxy/index.py +++ b/plugins/haproxy/index.py @@ -40,7 +40,7 @@ def getConfTpl(): def getConf(): - path = getServerDir() + "/sphinx.conf" + path = getServerDir() + "/haproxy.conf" return path