Skip to content

Commit

Permalink
update conf loader comment on socket_path
Browse files Browse the repository at this point in the history
  • Loading branch information
flrgh committed Jul 30, 2024
1 parent 4465375 commit a596f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kong/conf_loader/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a596f6e

Please sign in to comment.