Skip to content
Snippets Groups Projects
Commit d7c51f68 authored by nimrod's avatar nimrod
Browse files

- Another try to have Nginx listen to both IPv4 and IPv6 addresses without conflicting.

parent 582a2ee8
No related branches found
No related tags found
No related merge requests found
server { server {
listen [::]:80; listen 80;
listen [::]:80 ipv6only=on;
server_name stub_status; server_name stub_status;
{{ "stub_status" if nginx["version"]|version_compare("1.7.5", ">") else "stub_status on" }}; {{ "stub_status" if nginx["version"]|version_compare("1.7.5", ">") else "stub_status on" }};
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment