-
-
Notifications
You must be signed in to change notification settings - Fork 293
Using Resty Core Library
Conor McKnight edited this page Aug 26, 2025
·
1 revision
The script works without the need for the resty core library but in case you like the features or functions you can use the library like so.
To use the resty core library all you need to do is edit your nginx config to include this in your http block http {
lua_package_path "./conf/lua/lua-resty-core/lib/?.lua;;";
Then inside the script make any changes or additions you like.