Specify IPv6 only listener on NGINX

王权利请求将github/fork/jpoa/master合并到master

Created by: jpoa

By default on Linux the IPv6 listener in NGINX also starts an IPv4 listener, unless explicitly told to not do so (which is what we are doing here with the ipv6only=on).

Failure to do so will result on an "address already binded" error which will prevent the server from starting.

合并请求报告