From a596f6e01bea6232ff60fd031021afd27d1b4338 Mon Sep 17 00:00:00 2001 From: Michael Martin Date: Tue, 30 Jul 2024 10:06:23 -0700 Subject: [PATCH] update conf loader comment on socket_path --- kong/conf_loader/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kong/conf_loader/init.lua b/kong/conf_loader/init.lua index 14353cd46658..ac11ecb27b88 100644 --- a/kong/conf_loader/init.lua +++ b/kong/conf_loader/init.lua @@ -483,8 +483,8 @@ local function load(path, custom_conf, opts) -- load absolute paths conf.prefix = abspath(conf.prefix) - -- the socket path is where we store listening unix sockets for IPC and - -- private APIs + -- The socket path is where we store listening unix sockets for IPC and private APIs. + -- It is derived from the prefix and is NOT intended to be user-configurable conf.socket_path = pl_path.join(conf.prefix, constants.SOCKET_DIRECTORY) if conf.lua_ssl_trusted_certificate