Skip to content

Is lua_package_path still required ? #11

@asafyish

Description

@asafyish

Hi,

I see in https://github.com/openresty/lua-resty-core that lua_package_path is not longer required:

    # nginx.conf

    http {
        # you do NOT need to configure the following line when you
        # are using the ngx_openresty bundle 1.4.3.9+.
        lua_package_path "/path/to/lua-resty-core/lib/?.lua;;";

        init_by_lua '
            require "resty.core"
        ';

        ...
    }

Is that the case or am I missing something ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions