diff --git a/plugins/openresty/index.py b/plugins/openresty/index.py index 1ce190bda..bd0e265c3 100755 --- a/plugins/openresty/index.py +++ b/plugins/openresty/index.py @@ -61,7 +61,7 @@ def clearTemp(): def getConf(): - path = getPluginDir() + "/conf/nginx.conf" + path = getServerDir() + "/nginx/conf/nginx.conf" return path