Skip to content

Commit c984279

Browse files
committed
Remove redundant require('resty.core')
resty.core is automatically loaded since OpenResty 1.15.8.1
1 parent cea0003 commit c984279

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nginx.conf.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ http {
2323
lua_package_cpath "$prefix/resty_modules/lualib/?.so;;";
2424

2525
init_by_lua_block {
26-
require('resty.core')
2726
{% if resty_http_debug_logging then %}
2827
require('resty.http').debug(true)
2928
{% end %}

0 commit comments

Comments
 (0)