IPv6 nginx configuration
Created by: simeonmiteff
When the host has a AAAA record, the nginx configuration file supplied here:
https://raw.github.com/gitlabhq/gitlab-recipes/master/nginx/gitlab
Does not result in a working configuration for IPv6/dual-stack clients.
Perhaps add a line:
listen [YOUR_SERVER_IPV6]:80;
And update the documentation here:
https://github.com/gitlabhq/gitlabhq/blob/stable/doc/installation.md
To substitute YOUR_SERVER_IPV6 as with the IPv4 case.