Skip to content

adjust config to listen to ipv6 #29

@udatny

Description

@udatny

it looks like nginx currently isnt listening to ipv6

adding the [::] listening address solves this issue.

server {
    listen          8080;
    listen          [::]:8080;

...

having both listen configs in the file allows the server to be called on its ipv4 as on ipv6 addresses

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions