Skip to content

a typo in default variable of nginx_source_modules_included #88

@royaltm

Description

@royaltm

The name http_real_ip_module https://github.com/ANXS/nginx/blob/master/defaults/main.yml#L82
does not match with http_realip_module in tasks/modules.yml https://github.com/ANXS/nginx/blob/master/tasks/modules.yml#L31

solution:

in the file default/main.yml

replace

http_real_ip_module: "--with-http_realip_module"

with

http_realip_module: "--with-http_realip_module"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions