We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8f0b1 commit a11f325Copy full SHA for a11f325
ansible/roles/stack-api-manager/templates/api-manager.env
@@ -9,5 +9,6 @@ KONG_ADMIN_LISTEN=0.0.0.0:8001
9
KONG_MEM_CACHE_SIZE={{ kong_mem_cache_size | default('128m') }}
10
KONG_TRUSTED_IPS=0.0.0.0/0,::/0
11
KONG_UPSTREAM_KEEPALIVE={{ kong_upstream_keepalive | default('200') }}
12
-KONG_NGINX_WORKER_PROCESSES={{ kong_nginx_worker_processes | default('auto')}}
13
-KONG_RATELIMIT_CACHE_SIZE={{kong_ratelimit_cache_size | default('12m') }}
+KONG_NGINX_WORKER_PROCESSES={{ kong_nginx_worker_processes | default('auto') }}
+KONG_RATELIMIT_CACHE_SIZE={{ kong_ratelimit_cache_size | default('12m') }}
14
+KONG_LUA_SOCKET_POOL_SIZE={{ kong_lua_socket_pool_size | default('30') }}
0 commit comments