We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b6711 commit 5c83ef4Copy full SHA for 5c83ef4
README.md
@@ -353,6 +353,18 @@ Here is an example with `ngx_lua`:
353
```nginx
354
# Nginx, configuration
355
356
+ # If you're experience an problem with lua-resty-core like
357
+ # https://github.com/openresty/lua-nginx-module/issues/1509
358
+ # it can be disabled by the following directive.
359
+ #
360
+ # lua_load_resty_core off;
361
+
362
+ # If you're not using lua-resty-core you may need to manually specify a path
363
+ # to cjson module. See the documentation:
364
+ # https://github.com/openresty/lua-nginx-module#lua_package_cpath
365
366
+ # lua_package_cpath "/path/in/lua/cpath/format/?.so";
367
368
upstream tnt_upstream {
369
server 127.0.0.1:9999;
370
keepalive 10000;
0 commit comments