-
MacOs install kong by brew /etc/kong/konf.conf content: pg_host = 127.0.0.1 # Host of the Postgres server. pg_user = kong # Postgres user. pg_ssl = off # Toggles client-server TLS connections pg_ssl_verify = off # Toggles server certificate verification if my bash_profile: export PATH="/usr/local/Cellar/kong/2.8.1/bin:$PATH" but when i use command 'kong start -c /etc/kong/kong.conf' Run with --v (verbose) or --vv (debug) for more details i have this problem |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The directive You can try |
Beta Was this translation helpful? Give feedback.
-
So was this problem finally solved? |
Beta Was this translation helpful? Give feedback.
The directive
lua_kong_load_var_index
is implemented by nginx C modulelua-kong-nginx-module
,and it is integrated with Kong.
You can try
nginx -V
to check if this module is enabled.