This tutorial will show you how to check IPv6 Address on Ubuntu Linux
Please use ifconfig
with grep inet6 to find the address
ifconfig |grep inet6
ip -6 addr show
Nginx usage example:
Default
listen [::]:80 default_server;
Your IP6 address
listen [your_ip_address]:80 default_server;
More:
if you want latest update and find more tips and tricks to build your own business platform, please checkout more articles on https://www.productdeploy.com and https://blog.productdeploy.com